mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Arcives Limastation (#2239)
## About The Pull Request Arcives Limastation. ## Why It's Good For The Game Frees up CI on a map that we don't really maintain or haven't ran for multiple months ## Proof Of Testing Works if compiles ## Changelog 🆑 del: Removes Limastation /🆑
This commit is contained in:
195786
bubber_archive/Limastation/LimaStation.dmm
Normal file
195786
bubber_archive/Limastation/LimaStation.dmm
Normal file
File diff suppressed because it is too large
Load Diff
12
bubber_archive/Limastation/README.txt
Normal file
12
bubber_archive/Limastation/README.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
## General Information
|
||||
|
||||
Limastation is a medium sized map ported from Talestation in the early days of Bubberstation.
|
||||
|
||||
## ARCHIVAL REASON
|
||||
|
||||
Unmaintained, and it has not been running on the server's map rotation for multiple months. There's a lot of missing features and overall good mapping sense that makes this station not really popular among the playerbase.
|
||||
|
||||
## Removal Timeframe
|
||||
- **Orginal PR Number:** #305
|
||||
- **Last Upstream PR Number:** #2220
|
||||
- **Last Commit SHA:** 618d2244021c037c7280438e9dd17671f3f116c3
|
||||
29
bubber_archive/Limastation/limastation.json
Normal file
29
bubber_archive/Limastation/limastation.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 1,
|
||||
"map_name": "Lima Station",
|
||||
"map_path": "map_files/LimaStation",
|
||||
"map_file": "LimaStation.dmm",
|
||||
"shuttles": {
|
||||
"cargo": "cargo_lima",
|
||||
"ferry": "ferry_fancy",
|
||||
"whiteship": "whiteship_pubby",
|
||||
"emergency": "emergency_lima"
|
||||
},
|
||||
"traits": [
|
||||
{
|
||||
"Up": true,
|
||||
"Baseturf": "/turf/open/space/basic",
|
||||
"Linkage": "Cross"
|
||||
},
|
||||
{
|
||||
"Down": true,
|
||||
"Baseturf": "/turf/open/openspace",
|
||||
"Linkage": "Cross"
|
||||
}
|
||||
],
|
||||
"job_changes": {
|
||||
"cook": {
|
||||
"additional_cqc_areas": ["/area/service/kitchen/diner", "/area/service/kitchen/coldroom"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user