Files
Bubberstation/_maps/icebox.json
T
279e961663 [MIRROR] Fixes the Chef not having CQC outside the kitchen on Tramstation [MDB IGNORE] (#20920)
* 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>
2023-05-03 12:53:43 -07:00

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