(55f425031) Tutorial outpost visual pass

This commit is contained in:
Joonas Rikkonen
2019-04-29 21:06:26 +03:00
parent 4023fab047
commit 788c51143b
10 changed files with 56 additions and 101 deletions
@@ -46,8 +46,7 @@ namespace Barotrauma
if (controlled == value) return;
controlled = value;
if (controlled != null) controlled.Enabled = true;
CharacterHealth.OpenHealthWindow = null;
CharacterHealth.OpenHealthWindow = null;
}
}