Replaces all instances of the tgstation2 map with Box Station (#28463)

* Replaces all instances of the tgstation2 map with BoxStation

* Fix basemap
This commit is contained in:
Jordan Brown
2017-06-25 12:15:56 -04:00
committed by AnturK
parent ed63dc9286
commit 94effbd25f
7 changed files with 8 additions and 9 deletions

View File

@@ -10,11 +10,10 @@
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\TgStation\tgstation.2.1.3.dmm"
#include "map_files\BoxStation\BoxStation.dmm"
#include "map_files\Cerestation\cerestation.dmm"
#ifdef TRAVISBUILDING
#include "templates.dm"
#endif
#endif

1
_maps/boxstation.dm Normal file
View File

@@ -0,0 +1 @@
#define FORCE_MAP "_maps/boxstation.json"

View File

@@ -1,7 +1,7 @@
{
"map_name": "Box Station",
"map_path": "map_files/TgStation",
"map_file": "tgstation.2.1.3.dmm",
"map_path": "map_files/BoxStation",
"map_file": "BoxStation.dmm",
"minetype": "lavaland",
"transition_config": "default"
}

View File

@@ -1 +0,0 @@
#define FORCE_MAP "_maps/tgstation2.json"

View File

@@ -4,10 +4,10 @@
// -Cyberboss
/datum/map_config
var/config_filename = "_maps/tgstation2.json"
var/config_filename = "_maps/boxstation.json"
var/map_name = "Box Station"
var/map_path = "map_files/TgStation"
var/map_file = "tgstation.2.1.3.dmm"
var/map_path = "map_files/BoxStation"
var/map_file = "BoxStation.dmm"
var/minetype = "lavaland"

View File

@@ -13,7 +13,7 @@ Format:
disabled (disables the map)
endmap
map tgstation2
map boxstation
default
#voteweight 1.5
endmap