diff --git a/Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs b/Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs index e29da76bfb..29662ab12a 100644 --- a/Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs +++ b/Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs @@ -44,6 +44,7 @@ namespace Content.Server.GameObjects.Components.Mobs } KnockdownTimer = 0f; + Dirty(); } public void Update(float delta)