mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Ticking the map dm's will force that map to load
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
#define FORCE_MAP "_maps/deltastation.json"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#define FORCE_MAP "_maps/metastation.json"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#define FORCE_MAP "_maps/omegastation.json"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#define FORCE_MAP "_maps/pubbystation.json"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#define FORCE_MAP "_maps/runtimestation.json"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#define FORCE_MAP "_maps/tgstation2.json"
|
||||||
@@ -28,7 +28,11 @@ var/datum/subsystem/mapping/SSmapping
|
|||||||
if(previous_map_config.defaulted)
|
if(previous_map_config.defaulted)
|
||||||
previous_map_config = null
|
previous_map_config = null
|
||||||
if(!config)
|
if(!config)
|
||||||
|
#ifdef FORCE_MAP
|
||||||
|
config = new(FORCE_MAP)
|
||||||
|
#else
|
||||||
config = new
|
config = new
|
||||||
|
#endif
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user