Merge branch 'master' into new-netcode

Conflicts:
	Subsurface/Source/Characters/AICharacter.cs
This commit is contained in:
Regalis
2017-02-17 19:31:25 +02:00
3 changed files with 48 additions and 10 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace Barotrauma
AnimController.SimplePhysicsEnabled = false;
}
if (IsDead || Health <= 0.0f) return;
if (IsDead || Health <= 0.0f || IsUnconscious || Stun > 0.0f) return;
if (Controlled == this || !aiController.Enabled) return;