Skip to content

Commit

Permalink
Update abilities_runner.dm (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Dec 13, 2024
1 parent 9839337 commit 45303e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 45303e6

Please sign in to comment.