mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user