Moved stun from AnimController to the character class, server notifies clients when the stun ends, husk infection included in character status messages
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Barotrauma
|
||||
return;
|
||||
}
|
||||
|
||||
character.StartStun(0.5f);
|
||||
character.SetStun(0.5f);
|
||||
if (character.AnimController.Dir < 1.0f)
|
||||
{
|
||||
character.AnimController.Flip();
|
||||
|
||||
Reference in New Issue
Block a user