Shuttle transit zone changes

This commit is contained in:
Cyantime
2018-02-01 21:09:06 -05:00
parent ed2e4b6d36
commit 2ce992f404
5 changed files with 309 additions and 242 deletions

View File

@@ -120,6 +120,7 @@ var/list/global/map_templates = list()
if(!dont_init)
initTemplateBounds(bounds)
log_game("Z-level [name] loaded at at [x],[y],[world.maxz]")
on_map_loaded(world.maxz) //VOREStation Edit
return TRUE
/datum/map_template/proc/load(turf/T, centered = FALSE, dont_init = FALSE)