Port's TG's Maploader

This commit is contained in:
Neerti
2017-09-08 08:14:43 -04:00
parent 9ce3c85127
commit 1bc28c07c0
32 changed files with 1472 additions and 444 deletions

View File

@@ -82,6 +82,9 @@ var/global/datum/global_init/init = new ()
// This is kinda important. Set up details of what the hell things are made of.
populate_material_list()
// Loads all the pre-made submap templates.
load_map_templates()
if(config.generate_map)
if(using_map.perform_map_generation())
using_map.refresh_mining_turfs()