mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user