Blood in the Water Hotfix 2 - 1.4.6.0
This commit is contained in:
@@ -1735,7 +1735,7 @@ namespace Barotrauma
|
||||
if (!ItemAndAllContainersInteractable(subItem)) { continue; }
|
||||
//don't list items in a character inventory (the ones in a crew member's inventory are counted below)
|
||||
var rootInventoryOwner = subItem.GetRootInventoryOwner();
|
||||
if (rootInventoryOwner != null) { continue; }
|
||||
if (rootInventoryOwner is Character) { continue; }
|
||||
AddOwnedItem(subItem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user