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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user