diff --git a/Content.Server/Wagging/WaggingSystem.cs b/Content.Server/Wagging/WaggingSystem.cs index 7e9ffbbc8f..7ccc19e20c 100644 --- a/Content.Server/Wagging/WaggingSystem.cs +++ b/Content.Server/Wagging/WaggingSystem.cs @@ -48,9 +48,6 @@ public sealed class WaggingSystem : EntitySystem private void OnMobStateChanged(EntityUid uid, WaggingComponent component, MobStateChangedEvent args) { - if (args.NewMobState != MobState.Dead) - return; - if (component.Wagging) TryToggleWagging(uid, wagging: component); }