(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
@@ -46,7 +46,8 @@ namespace Barotrauma
if (controlled == value) return;
controlled = value;
if (controlled != null) controlled.Enabled = true;
CharacterHealth.OpenHealthWindow = null;
CharacterHealth.OpenHealthWindow = null;
}
}