mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-08 14:47:40 +00:00
syndieboxstation
This commit is contained in:
@@ -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"
|
||||
|
||||
127841
_maps/map_files/SyndieBoxStation/SyndieBoxStation.dmm
Normal file
127841
_maps/map_files/SyndieBoxStation/SyndieBoxStation.dmm
Normal file
File diff suppressed because it is too large
Load Diff
1
_maps/syndieboxstation.dm
Normal file
1
_maps/syndieboxstation.dm
Normal file
@@ -0,0 +1 @@
|
||||
#define FORCE_MAP "_maps/syndieboxstation.json"
|
||||
11
_maps/syndieboxstation.json
Normal file
11
_maps/syndieboxstation.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -38,4 +38,7 @@ map runtimestation
|
||||
endmap
|
||||
|
||||
map multiz_debug
|
||||
endmap
|
||||
|
||||
map syndieboxstation
|
||||
endmap
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user