From 078f2b91eab9d4720f655149deb09275691990bd Mon Sep 17 00:00:00 2001 From: Helg2 Date: Wed, 11 Dec 2024 23:06:34 +0200 Subject: [PATCH] Update abilities_runner.dm --- .../living/carbon/xenomorph/castes/runner/abilities_runner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/runner/abilities_runner.dm b/code/modules/mob/living/carbon/xenomorph/castes/runner/abilities_runner.dm index b7d95433db1..19657b78405 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/runner/abilities_runner.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/runner/abilities_runner.dm @@ -59,7 +59,7 @@ owner.balloon_alert(owner, "Savage ready") owner.playsound_local(owner, 'sound/effects/alien/newlarva.ogg', 25, 0, 1) STOP_PROCESSING(SSprocessing, src) - UnregisterSignal(COMSIG_QDELETING) + UnregisterSignal(owner, COMSIG_QDELETING) return button.cut_overlay(visual_references[VREF_MUTABLE_SAVAGE_COOLDOWN]) var/mutable_appearance/cooldown = visual_references[VREF_MUTABLE_SAVAGE_COOLDOWN]