Stop wagging tails on crit (#25323)
* Add Flammable Touch Reaction for liquid tritium * Stop tail wagging action on crit * Revert "Add Flammable Touch Reaction for liquid tritium" This reverts commit 41be57b058a0cdee0cecfc51eb1c4a25631e62f3.
This commit is contained in:
@@ -48,9 +48,6 @@ public sealed class WaggingSystem : EntitySystem
|
|||||||
|
|
||||||
private void OnMobStateChanged(EntityUid uid, WaggingComponent component, MobStateChangedEvent args)
|
private void OnMobStateChanged(EntityUid uid, WaggingComponent component, MobStateChangedEvent args)
|
||||||
{
|
{
|
||||||
if (args.NewMobState != MobState.Dead)
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (component.Wagging)
|
if (component.Wagging)
|
||||||
TryToggleWagging(uid, wagging: component);
|
TryToggleWagging(uid, wagging: component);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user