Signal Handler Preperation (#17681)

* FIrst pass

* signal handler only on base proc

* missing signal_handlers

* windoor to timers

* Testing a really dumb fix
This commit is contained in:
Will
2025-05-17 06:44:56 -07:00
committed by GitHub
parent bc79c347ec
commit 969c1caa39
22 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -135,7 +135,7 @@
if(QDELETED(thing) || thing.loc == newturf)
continue
thing.forceMove(newturf, movetime = MOVE_GLIDE_CALC(glide_size,0))
if(CHECK_TICK && master.loc != curloc)
if(TICK_CHECK && master.loc != curloc)
// We moved again during the checktick, cancel current operation
break
@@ -53,6 +53,7 @@
. = ..()
/datum/component/gargoyle/proc/unpause()
SIGNAL_HANDLER
if (!paused || transformed)
paused = FALSE
paused_loc = null