diff --git a/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs b/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs index c206c99a77..36903c356e 100644 --- a/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs +++ b/Content.Server/_CP14/GameTicking/Rules/CP14BloodMoonCurseRule.cs @@ -36,12 +36,6 @@ public sealed class CP14BloodMoonCurseRule : GameRuleSystem(OnStartDay); SubscribeLocalEvent(AfterAntagEntitySelected); SubscribeLocalEvent(CurseExamined); - SubscribeLocalEvent(OnDead); - } - - private void OnDead(Entity ent, ref MobStateChangedEvent args) - { - ClearCurse((ent.Owner, ent.Comp)); } private void CurseExamined(Entity ent, ref ExaminedEvent args)