adds missing SIGNAL_HANDLERs (#17585)

* adds missing SIGNAL_HANDLERs

Added missing SIGNAL_HANDLER lines to many RegisterSignal() proc refs.

* Oopsies
This commit is contained in:
SatinIsle
2025-04-26 21:50:50 +02:00
committed by GitHub
parent 350c0a9c86
commit 152118c1d4
56 changed files with 78 additions and 3 deletions
@@ -30,6 +30,7 @@
Q.query()
/obj/structure/ghost_pod/proc/get_winner()
SIGNAL_HANDLER
busy = FALSE
var/deletion_candidate = FALSE
if(Q && Q.candidates.len) //Q should NEVER get deleted but...whatever, sanity.