(5b377538a) Adjust crawler attacks a bit.

This commit is contained in:
Joonas Rikkonen
2019-04-29 21:05:53 +03:00
parent 45e0d2f663
commit 205f808f84
9 changed files with 57 additions and 45 deletions
@@ -2559,9 +2559,11 @@ namespace Barotrauma
GameMain.GameSession?.CrewManager?.RemoveCharacter(this);
#endif
CharacterList.Remove(this);
#if CLIENT
GameMain.GameSession?.CrewManager?.RemoveCharacter(this);
#endif
if (Controlled == this) { Controlled = null; }
CharacterList.Remove(this);
if (Inventory != null)
{