[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 22:06:18 +02:00
committed by GitHub
co-authored by SatinIsle
parent 9c0fdbbbb8
commit ed532c2574
56 changed files with 78 additions and 3 deletions
@@ -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()