mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
code/global.dm => code/_global_vars/ (#17244)
* 1 * Full conversion * . * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
startWatching(AM)
|
||||
|
||||
/obj/machinery/station_map/Uncross(atom/movable/mover, turf/target)
|
||||
if(get_dir(mover, target) == reverse_dir[dir])
|
||||
if(get_dir(mover, target) == GLOB.reverse_dir[dir])
|
||||
return FALSE
|
||||
return TRUE
|
||||
/obj/machinery/station_map/proc/startWatching(var/mob/user)
|
||||
|
||||
Reference in New Issue
Block a user