[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

@@ -129,10 +129,12 @@
stopWatching()
/obj/machinery/station_map/proc/checkPosition()
SIGNAL_HANDLER
if(!watching_mob || (watching_mob.loc != loc) || (dir != watching_mob.dir))
stopWatching()
/obj/machinery/station_map/proc/stopWatching()
SIGNAL_HANDLER
if(watching_mob)
if(watching_mob.client)
animate(holomap_datum.station_map, alpha = 0, time = 5, easing = LINEAR_EASING)