mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Removes NSS Journey (#13694)
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "map_files\Blueshift\BlueShift_upper.dmm"
|
||||
#include "map_files\Blueshift\BlueShift_middle.dmm"
|
||||
#include "map_files\Blueshift\BlueShift_lower.dmm"
|
||||
#include "map_files\NSSJourney\NSSJourney.dmm"
|
||||
#include "map_files\tramstation\tramstation_skyrat.dmm"
|
||||
// The mining maps
|
||||
#include "map_files\Mining\Icemoon.dmm"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"map_name": "NSS Journey",
|
||||
"map_path": "map_files/NSSJourney",
|
||||
"map_file": "NSSJourney.dmm",
|
||||
"shuttles": {
|
||||
"emergency": "emergency_box",
|
||||
"ferry": "ferry_fancy",
|
||||
"cargo": "cargo_skyrat",
|
||||
"whiteship": "whiteship_box"
|
||||
},
|
||||
"job_changes": {
|
||||
"prisoner": {
|
||||
"total_positions": 4,
|
||||
"spawn_positions": 4
|
||||
},
|
||||
"cook": {
|
||||
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -38,10 +38,6 @@ map tramstation
|
||||
minplayers 35
|
||||
endmap
|
||||
|
||||
map waterkilostation
|
||||
votable
|
||||
endmap
|
||||
|
||||
map runtimestation
|
||||
endmap
|
||||
|
||||
@@ -50,11 +46,6 @@ endmap
|
||||
|
||||
##SKYRAT MAPS##
|
||||
|
||||
map nssjourney
|
||||
minplayers 25
|
||||
votable
|
||||
endmap
|
||||
|
||||
map blueshift
|
||||
minplayers 50
|
||||
votable
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
|
||||
//Current stations
|
||||
|
||||
// NSS Journey: added April 19, 2021 (#4884)
|
||||
/obj/structure/plaque/static_plaque/golden/commission/nssjourney
|
||||
desc = "Spinward Sector Station SS-13\n'Box' Class Outpost (Revision 2.3: 'Journey')\nCommissioned 19/04/2561\n'Unbroken Champion'"
|
||||
|
||||
//Removed Stations
|
||||
|
||||
@@ -17,6 +14,10 @@
|
||||
/obj/structure/plaque/static_plaque/golden/commission/shipstation
|
||||
desc = "Spinward Sector Station SS-15\n'Ship' Class Outpost\nCommissioned 12/02/2561\nDecommissioned 02/05/2561\n'Helped The Local Economy'"
|
||||
|
||||
// NSS Journey: added April 19, 2021 (#4884), Removed May 18th, 2022 (#13694). Was modified boxstation.
|
||||
/obj/structure/plaque/static_plaque/golden/commission/nssjourney
|
||||
desc = "Spinward Sector Station SS-13\n'Box' Class Outpost (Revision 2.3: 'Journey')\nCommissioned 19/04/2561\n'Unbroken Champion'"
|
||||
|
||||
//Special Cases
|
||||
|
||||
// DS-1: added January 29th, 2021 (#2317)
|
||||
|
||||
Reference in New Issue
Block a user