mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Remove kilo and donut maps (#50730)
About The Pull Request Removes Kilo Station and Donut Station from the game Why It's Good For The Game Reduces burden on coders to add and maintain mapping related changes. Honoring Map vote results. Changelog cl del: Kilo Station decommissioned del: Donut Station decommissioned /cl
This commit is contained in:
@@ -8,12 +8,9 @@
|
||||
#include "map_files\debug\runtimestation.dmm"
|
||||
#include "map_files\debug\multiz.dmm"
|
||||
#include "map_files\Deltastation\DeltaStation2.dmm"
|
||||
#include "map_files\KiloStation\KiloStation.dmm"
|
||||
#include "map_files\MetaStation\MetaStation.dmm"
|
||||
#include "map_files\PubbyStation\PubbyStation.dmm"
|
||||
#include "map_files\BoxStation\BoxStation.dmm"
|
||||
#include "map_files\Donutstation\Donutstation.dmm"
|
||||
#include "map_files\Donutstation\Donutstation_LVL2.dmm"
|
||||
|
||||
#ifdef TRAVISBUILDING
|
||||
#include "templates.dm"
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"map_name": "Donutstation",
|
||||
"map_path": "map_files/Donutstation",
|
||||
"map_file": ["Donutstation.dmm","Donutstation_LVL2.dmm"],
|
||||
"shuttles": {
|
||||
"cargo": "cargo_box",
|
||||
"ferry": "ferry_fancy",
|
||||
"whiteship": "whiteship_donut",
|
||||
"emergency": "emergency_donut"
|
||||
},
|
||||
"traits": [{"Up" : 1, "Linkage" : "Cross"}, {"Down" : -1, "Baseturf" : "/turf/open/openspace", "Linkage" : "Cross"}]
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"map_name": "Kilo Station",
|
||||
"map_path": "map_files/KiloStation",
|
||||
"map_file": "KiloStation.dmm",
|
||||
"space_ruin_levels": 4,
|
||||
"shuttles": {
|
||||
"emergency": "emergency_kilo",
|
||||
"ferry": "ferry_kilo",
|
||||
"cargo": "cargo_kilo",
|
||||
"whiteship": "whiteship_kilo"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,7 +0,0 @@
|
||||
#define JOB_MODIFICATION_MAP_NAME "Donutstation"
|
||||
|
||||
/datum/job/geneticist/New()
|
||||
..()
|
||||
MAP_JOB_CHECK
|
||||
access += ACCESS_MEDICAL
|
||||
minimal_access += ACCESS_MEDICAL
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,3 @@
|
||||
|
||||
#include "..\..\..\..\_maps\map_files\BoxStation\job_changes.dm"
|
||||
#undef JOB_MODIFICATION_MAP_NAME
|
||||
|
||||
#include "..\..\..\..\_maps\map_files\Donutstation\job_changes.dm"
|
||||
#undef JOB_MODIFICATION_MAP_NAME
|
||||
|
||||
Reference in New Issue
Block a user