Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -5939,7 +5939,7 @@ namespace Barotrauma
|
||||
newItem.Remove();
|
||||
}
|
||||
}
|
||||
else if (itemContainer != null && itemContainer.Inventory.CanBePut(itemPrefab))
|
||||
else if (itemContainer != null && itemContainer.Inventory.CanProbablyBePut(itemPrefab))
|
||||
{
|
||||
bool placedItem = itemContainer.Inventory.TryPutItem(newItem, dummyCharacter);
|
||||
spawnedItem |= placedItem;
|
||||
|
||||
Reference in New Issue
Block a user