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
View File
@@ -71,7 +71,6 @@
sense_proximity(callback = TYPE_PROC_REF(/atom,HasProximity))
/obj/item/assembly_holder/HasProximity(turf/T, datum/weakref/WF, old_loc)
SIGNAL_HANDLER
if(isnull(WF))
return
var/atom/movable/AM = WF.resolve()
-1
View File
@@ -33,7 +33,6 @@
return secured
/obj/item/assembly/prox_sensor/HasProximity(turf/T, datum/weakref/WF, old_loc)
SIGNAL_HANDLER
if(isnull(WF))
return
var/atom/movable/AM = WF.resolve()