mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
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:
@@ -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
1
_maps/boxstation.dm
Normal file
@@ -0,0 +1 @@
|
||||
#define FORCE_MAP "_maps/boxstation.json"
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
#define FORCE_MAP "_maps/tgstation2.json"
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Format:
|
||||
disabled (disables the map)
|
||||
endmap
|
||||
|
||||
map tgstation2
|
||||
map boxstation
|
||||
default
|
||||
#voteweight 1.5
|
||||
endmap
|
||||
|
||||
Reference in New Issue
Block a user