mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] adds missing SIGNAL_HANDLERs (#10768)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9c0fdbbbb8
commit
ed532c2574
@@ -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)
|
||||
|
||||
@@ -545,6 +545,7 @@
|
||||
update_hologram()
|
||||
|
||||
/obj/item/integrated_circuit/output/holographic_projector/proc/on_moved()
|
||||
SIGNAL_HANDLER
|
||||
if(hologram)
|
||||
update_hologram_position()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user