(683b11c00) High-res shuttle preview images + merge fix
This commit is contained in:
+1
-3
@@ -49,9 +49,7 @@ namespace Barotrauma
|
||||
return new AIObjectiveGetItem(character, gearTag, objectiveManager, equip: true);
|
||||
});
|
||||
}
|
||||
if (getDivingGear != null) { return; }
|
||||
var containedItems = item.ContainedItems;
|
||||
if (containedItems == null)
|
||||
else
|
||||
{
|
||||
var containedItems = item.ContainedItems;
|
||||
if (containedItems == null)
|
||||
|
||||
Reference in New Issue
Block a user