mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Move Birdshot to the Map Depot (#92022)
This commit is contained in:
5
.github/guides/MAPS_AND_AWAY_MISSIONS.md
vendored
5
.github/guides/MAPS_AND_AWAY_MISSIONS.md
vendored
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
/tg/station currently has six station maps in rotation.
|
/tg/station currently has six station maps in rotation.
|
||||||
|
|
||||||
- [Birdshot](https://tgstation13.org/wiki/Birdshot)
|
- [CatwalkStation](https://tgstation13.org/wiki/CatwalkStation)
|
||||||
- [DeltaStation](https://tgstation13.org/wiki/DeltaStation)
|
- [DeltaStation](https://tgstation13.org/wiki/DeltaStation)
|
||||||
- [IceBoxStation](https://tgstation13.org/wiki/IceboxStation)
|
- [IceBoxStation](https://tgstation13.org/wiki/IceboxStation)
|
||||||
- [MetaStation](https://tgstation13.org/wiki/MetaStation)
|
- [MetaStation](https://tgstation13.org/wiki/MetaStation)
|
||||||
- [NorthStar](https://tgstation13.org/wiki/The_North_Star)
|
- [NebulaStation](https://tgstation13.org/wiki/NebulaStation)
|
||||||
- [TramStation](https://tgstation13.org/wiki/Tramstation)
|
- [TramStation](https://tgstation13.org/wiki/Tramstation)
|
||||||
|
- [WawaStation](https://tgstation13.org/wiki/WawaStation)
|
||||||
|
|
||||||
Debug station maps.
|
Debug station maps.
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#ifndef LOWMEMORYMODE
|
#ifndef LOWMEMORYMODE
|
||||||
#ifdef ALL_MAPS
|
#ifdef ALL_MAPS
|
||||||
#include "map_files\Birdshot\birdshot.dmm"
|
|
||||||
#include "map_files\debug\multiz.dmm"
|
#include "map_files\debug\multiz.dmm"
|
||||||
#include "map_files\debug\runtimestation.dmm"
|
#include "map_files\debug\runtimestation.dmm"
|
||||||
#include "map_files\Deltastation\DeltaStation2.dmm"
|
#include "map_files\Deltastation\DeltaStation2.dmm"
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 1,
|
|
||||||
"map_name": "Birdshot Station",
|
|
||||||
"map_path": "map_files/Birdshot",
|
|
||||||
"map_file": "birdshot.dmm",
|
|
||||||
"shuttles": {
|
|
||||||
"cargo": "cargo_birdshot",
|
|
||||||
"ferry": "ferry_kilo",
|
|
||||||
"whiteship": "whiteship_birdshot",
|
|
||||||
"emergency": "emergency_birdshot"
|
|
||||||
},
|
|
||||||
"job_changes": {
|
|
||||||
"Cook": {
|
|
||||||
"additional_cqc_areas": [
|
|
||||||
"/area/station/service/bar",
|
|
||||||
"/area/station/commons/lounge"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -17,12 +17,6 @@ endmap
|
|||||||
|
|
||||||
# Production-level maps.
|
# Production-level maps.
|
||||||
|
|
||||||
map birdshot
|
|
||||||
#default
|
|
||||||
maxplayers 66
|
|
||||||
votable
|
|
||||||
endmap
|
|
||||||
|
|
||||||
map deltastation
|
map deltastation
|
||||||
minplayers 50
|
minplayers 50
|
||||||
votable
|
votable
|
||||||
|
|||||||
Reference in New Issue
Block a user