[MIRROR] adds missing SIGNAL_HANDLERs (#10768)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 13:06:18 -07:00
committed by GitHub
parent 9c0fdbbbb8
commit ed532c2574
56 changed files with 78 additions and 3 deletions

View File

@@ -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)

View File

@@ -545,6 +545,7 @@
update_hologram()
/obj/item/integrated_circuit/output/holographic_projector/proc/on_moved()
SIGNAL_HANDLER
if(hologram)
update_hologram_position()