syndieboxstation

This commit is contained in:
Dip
2020-10-19 19:04:28 -03:00
parent feaa0ecd24
commit f30153e7b1
6 changed files with 127858 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\BoxStation\BoxStation.dmm"
#include "map_files\SyndieBoxStation\SyndieBoxStation.dmm"
#ifdef TRAVISBUILDING
#include "templates.dm"

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -0,0 +1,11 @@
{
"map_name": "Syndicate Box Station",
"map_path": "map_files/SyndieBoxStation",
"map_file": "SyndieBoxStation.dmm",
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_box"
}
}

View File

@@ -38,4 +38,7 @@ map runtimestation
endmap
map multiz_debug
endmap
map syndieboxstation
endmap

View File

@@ -2952,6 +2952,7 @@
#include "hyperstation\code\mobs\hugbot.dm"
#include "hyperstation\code\mobs\mimic.dm"
#include "hyperstation\code\mobs\werewolf.dm"
#include "hyperstation\code\modules\traits.dm"
#include "hyperstation\code\modules\antagonists\werewolf\werewolf.dm"
#include "hyperstation\code\modules\clothing\head.dm"
#include "hyperstation\code\modules\crafting\bounties.dm"
@@ -2962,7 +2963,6 @@
#include "hyperstation\code\modules\resize\resizing.dm"
#include "hyperstation\code\modules\resize\sizechems.dm"
#include "hyperstation\code\modules\resize\sizegun.dm"
#include "hyperstation\code\modules\traits.dm"
#include "hyperstation\code\obj\bluespace sewing kit.dm"
#include "hyperstation\code\obj\condom.dm"
#include "hyperstation\code\obj\decal.dm"