mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[Semi-Modular] The return of SpaceBox. (#4884)
* The return of spacebox * haha whoops it doesn't show in-game * feex * Rename NSSJourney.json to nssJourney.json * Rename nssJourney.json to nssjourney.json * Toxins and security * Gravity generator * maint bar * XENOBIO AAAAA * Update NSSJourney.dmm * Update NSSJourney.dmm * Update _basemap.dm * Update _basemap.dm * Update NSSJourney.dmm * Update NSSJourney.dmm * Update NSSJourney.dmm Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "map_files\MetaStation\MetaStation.dmm"
|
||||
#include "map_files\IceBoxStation\IceBoxStation.dmm"
|
||||
#include "map_files\tramstation\tramstation.dmm"
|
||||
#include "map_files\NSSJourney\NSSJourney.dmm" //SKYRAT EDIT ADDITON
|
||||
|
||||
#ifdef CIBUILDING
|
||||
#include "templates.dm"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": 1,
|
||||
"map_name": "NSS Journey",
|
||||
"map_path": "map_files/NSSJourney",
|
||||
"map_file": "NSSJourney.dmm",
|
||||
"shuttles": {
|
||||
"emergency": "emergency_box",
|
||||
"ferry": "ferry_fancy",
|
||||
"cargo": "cargo_box",
|
||||
"whiteship": "whiteship_box"
|
||||
},
|
||||
"job_changes": {
|
||||
"prisoner": {
|
||||
"total_positions": 4,
|
||||
"spawn_positions": 4
|
||||
},
|
||||
"cook": {
|
||||
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -53,7 +53,7 @@ map shipstation
|
||||
votable
|
||||
endmap
|
||||
|
||||
map outpoststation
|
||||
map nssjourney
|
||||
minplayers 25
|
||||
votable
|
||||
endmap
|
||||
|
||||
Reference in New Issue
Block a user