Adds stunbaton

This commit is contained in:
zumorica
2020-05-13 20:21:03 +02:00
parent a524eca44b
commit 6428cdd596
5 changed files with 65 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ namespace Content.Server.GameObjects
if(entity.TryGetComponent(out StunnableComponent stun))
stun.CancelAll();
StandingStateHelper.Down(entity);
StandingStateHelper.Down(entity, playSound:false);
if (entity.TryGetComponent(out CollidableComponent collidable))
{