mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] adds missing SIGNAL_HANDLERs (#10768)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
9c0fdbbbb8
commit
ed532c2574
@@ -115,6 +115,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/shield_projector/proc/moved_event()
|
||||
SIGNAL_HANDLER
|
||||
update_shield_positions()
|
||||
|
||||
/obj/item/shield_projector/proc/create_shield(var/newloc, var/new_dir)
|
||||
@@ -138,6 +139,7 @@
|
||||
active = FALSE
|
||||
|
||||
/obj/item/shield_projector/proc/update_shield_positions()
|
||||
SIGNAL_HANDLER
|
||||
for(var/obj/effect/directional_shield/S in active_shields)
|
||||
S.relocate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user