Unstable 0.1400.8.0
This commit is contained in:
@@ -2724,7 +2724,7 @@ namespace Barotrauma
|
||||
|
||||
if (tries == 10)
|
||||
{
|
||||
position = EndPosition - Vector2.UnitY * 300.0f;
|
||||
position = startPos;
|
||||
}
|
||||
|
||||
} while (tries < 10);
|
||||
|
||||
@@ -1266,7 +1266,7 @@ namespace Barotrauma
|
||||
{
|
||||
List<(ItemContainer container, int freeSlots)> containers = new List<(ItemContainer container, int freeSlots)>();
|
||||
var connectedSubs = GetConnectedSubs();
|
||||
foreach (Item item in Item.ItemList)
|
||||
foreach (Item item in Item.ItemList.ToList())
|
||||
{
|
||||
if (!connectedSubs.Contains(item.Submarine)) { continue; }
|
||||
if (!item.HasTag("cargocontainer")) { continue; }
|
||||
|
||||
Reference in New Issue
Block a user