mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
VS-specific changes for mapload time
This commit is contained in:
@@ -25,8 +25,7 @@ SUBSYSTEM_DEF(mapping)
|
|||||||
|
|
||||||
if(config.generate_map)
|
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.
|
// 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.perform_map_generation()
|
||||||
using_map.refresh_mining_turfs()
|
|
||||||
|
|
||||||
loadEngine()
|
loadEngine()
|
||||||
preloadShelterTemplates()
|
preloadShelterTemplates()
|
||||||
|
|||||||
@@ -35,8 +35,8 @@
|
|||||||
/turf/simulated/flesh/attackby()
|
/turf/simulated/flesh/attackby()
|
||||||
return
|
return
|
||||||
|
|
||||||
/turf/simulated/flesh/New()
|
/turf/simulated/flesh/Initialize(mapload)
|
||||||
..()
|
. = ..()
|
||||||
update_icon(1)
|
update_icon(1)
|
||||||
|
|
||||||
var/list/flesh_overlay_cache = list()
|
var/list/flesh_overlay_cache = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user