mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 02:36:09 +00:00
Update maps.dm (#3822)
This commit is contained in:
@@ -194,7 +194,7 @@ var/list/all_maps = list()
|
||||
else if (srcz in station_levels)
|
||||
return list(srcz)
|
||||
else
|
||||
return list()
|
||||
return list(srcz)
|
||||
|
||||
/datum/map/proc/get_zlevel_name(var/index)
|
||||
var/datum/map_z_level/Z = zlevels["[index]"]
|
||||
|
||||
Reference in New Issue
Block a user