mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
* Fixes the Chef not having CQC outside the kitchen on Tramstation (#75101) The additional areas were broken in #68084 because the area around the bar was changed from /area/station/service/kitchen/diner to /area/station/commons/lounge. However, the cqc addtional areas was never updated to reflect this change in the area. It might be a bit big, but compared to how big the area is on other maps I think it's fine. Additionally, removes additional cqc areas being defined as /area/station/service/kitchen/diner for icebox for a minor code improvement, it was pointless since the diner is a subtype of kitchen * Fixes the Chef not having CQC outside the kitchen on Tramstation --------- Co-authored-by: BlueMemesauce <47338680+BlueMemesauce@users.noreply.github.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"version": 1,
|
|
"map_name": "Ice Box Station",
|
|
"map_path": "map_files/IceBoxStation",
|
|
"map_file": "IceBoxStation.dmm",
|
|
"space_ruin_levels": 0,
|
|
"space_empty_levels": 0,
|
|
"planetary": 1,
|
|
"shuttles": {
|
|
"cargo": "cargo_skyrat",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/lava/plasma/ice_moon",
|
|
"No Parallax": true
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
|
|
"No Parallax": true
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins": true,
|
|
"Weather_Snowstorm": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
|
|
"No Parallax": true
|
|
}
|
|
],
|
|
"minetype": "none",
|
|
"blacklist_file": "iceruinblacklist.txt",
|
|
"job_changes": {
|
|
"Captain": {
|
|
"special_charter": "moon"
|
|
}
|
|
}
|
|
}
|