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
@@ -193,6 +193,7 @@
desc += " \An [attached_grenade] is attached to it!"
/obj/item/integrated_circuit/manipulation/grenade/proc/detach_grenade()
SIGNAL_HANDLER
if(!attached_grenade)
return
UnregisterSignal(attached_grenade, COMSIG_OBSERVER_DESTROYED)
@@ -541,6 +541,7 @@
update_hologram()
/obj/item/integrated_circuit/output/holographic_projector/proc/on_moved()
SIGNAL_HANDLER
if(hologram)
update_hologram_position()