From 45303e65a4d1181e40ac792b072ed9cd9372ed3f Mon Sep 17 00:00:00 2001 From: Helg2 <93882977+Helg2@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:24:21 +0200 Subject: [PATCH] Update abilities_runner.dm (#805) --- .../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]