mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
VS-specific changes for mapload time
This commit is contained in:
@@ -25,8 +25,7 @@ SUBSYSTEM_DEF(mapping)
|
||||
|
||||
if(config.generate_map)
|
||||
// Map-gen is still very specific to the map, however putting it here should ensure it loads in the correct order.
|
||||
if(using_map.perform_map_generation())
|
||||
using_map.refresh_mining_turfs()
|
||||
using_map.perform_map_generation()
|
||||
|
||||
loadEngine()
|
||||
preloadShelterTemplates()
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
/turf/simulated/flesh/attackby()
|
||||
return
|
||||
|
||||
/turf/simulated/flesh/New()
|
||||
..()
|
||||
/turf/simulated/flesh/Initialize(mapload)
|
||||
. = ..()
|
||||
update_icon(1)
|
||||
|
||||
var/list/flesh_overlay_cache = list()
|
||||
|
||||
Reference in New Issue
Block a user