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:
The Sharkening
2024-10-21 17:10:35 -07:00
committed by GitHub
parent 1a7386b6b3
commit 13979d4270
4 changed files with 12 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View 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

View 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"]
}
}
}