mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-07 07:52:00 +00:00
Additional support for non-Exodus maps.
Teleport now also checks config for appropriate Z-levels instead of using hard-coded values.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
var/turf/T = get_turf(R)
|
||||
if (!T)
|
||||
continue
|
||||
if(T.z == 2 || T.z > 7)
|
||||
if(!(T.z in config.player_levels))
|
||||
continue
|
||||
var/tmpname = T.loc.name
|
||||
if(areaindex[tmpname])
|
||||
|
||||
Reference in New Issue
Block a user