Merge branch 'master' into new-netcode
Conflicts: Subsurface/Source/Characters/AICharacter.cs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user