Makes the station Z level into a list instead of a single define
This commit is contained in:
committed by
CitadelStationBot
parent
8ee6fdb76a
commit
d05fdb0eb0
@@ -290,7 +290,7 @@ SUBSYSTEM_DEF(shuttle)
|
||||
continue
|
||||
|
||||
var/turf/T = get_turf(thing)
|
||||
if(T && T.z == ZLEVEL_STATION)
|
||||
if(T && (T.z in GLOB.station_z_levels))
|
||||
callShuttle = 0
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user