From db3906480df9df2010926b9214f80d303498e555 Mon Sep 17 00:00:00 2001 From: Kirie Saito <77302679+Kitsunemitsu@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:12:50 -0500 Subject: [PATCH] Obliterates metastation for real this time (#2562) Update map_config.dm --- code/datums/map_config.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/datums/map_config.dm b/code/datums/map_config.dm index 2a9d4facfa29..c2e29279fbe2 100644 --- a/code/datums/map_config.dm +++ b/code/datums/map_config.dm @@ -5,7 +5,7 @@ /datum/map_config // Metadata - var/config_filename = "_maps/metastation.json" + var/config_filename = "_maps/alphacorp.json" var/defaulted = TRUE // set to FALSE by LoadConfig() succeeding // Config from maps.txt var/config_max_users = 0 @@ -14,16 +14,16 @@ var/votable = FALSE // Config actually from the JSON - should default to Meta - var/map_name = "Meta Station" - var/map_path = "map_files/MetaStation" - var/map_file = "MetaStation.dmm" + var/map_name = "Facility A-098 ALPHA" + var/map_path = "map_files/Alpha" + var/map_file = "alphacorp.dmm" var/traits = null - var/space_ruin_levels = 7 - var/space_empty_levels = 1 + var/space_ruin_levels = 0 + var/space_empty_levels = 0 - var/minetype = "lavaland" - var/faction = "Lcorp" + var/minetype = "none" + var/faction = "Station" var/allow_custom_shuttles = TRUE var/shuttles = list(