Timer for deattaching items, more reliable door syncing, some new splash sounds

This commit is contained in:
Regalis
2016-02-13 21:25:59 +02:00
parent 9b5e78fce4
commit 9b6dd5da00
30 changed files with 252 additions and 59 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Barotrauma
protected override void DropItem(Item item)
{
item.Drop();
item.body.Enabled = true;
if (item.body != null) item.body.Enabled = true;
item.SetTransform(container.Item.SimPosition, 0.0f);
}