Mid-round chat messages have a limited range, headset item which can be used to communicate with players further away, new inventory slot for items like masks and headsets
This commit is contained in:
@@ -213,9 +213,9 @@ namespace Barotrauma
|
||||
|
||||
if (linkedTo != null)
|
||||
{
|
||||
foreach (MapEntity e in linkedTo)
|
||||
for (int i = linkedTo.Count - 1; i >= 0; i-- )
|
||||
{
|
||||
e.RemoveLinked(this);
|
||||
linkedTo[i].RemoveLinked(this);
|
||||
}
|
||||
linkedTo.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user