Unstable 0.1300.0.8
This commit is contained in:
@@ -96,7 +96,8 @@ namespace Barotrauma
|
||||
|
||||
var item = new Item(itemPrefab, position, cargoRoom.Submarine)
|
||||
{
|
||||
SpawnedInOutpost = true
|
||||
SpawnedInOutpost = true,
|
||||
AllowStealing = false
|
||||
};
|
||||
item.FindHull();
|
||||
items.Add(item);
|
||||
|
||||
Reference in New Issue
Block a user