mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +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:
@@ -129,7 +129,7 @@
|
||||
|
||||
// Return the air from the turf in "front" of us (opposite the way the pipe is facing)
|
||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume/wall_mounted/return_air()
|
||||
var/turf/T = get_step(src, reverse_dir[dir])
|
||||
var/turf/T = get_step(src, GLOB.reverse_dir[dir])
|
||||
if(isnull(T))
|
||||
return ..()
|
||||
return T.return_air()
|
||||
|
||||
Reference in New Issue
Block a user