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
This commit is contained in:
BlueMemesauce
2023-05-03 11:01:38 -04:00
committed by GitHub
parent 5c577cc47c
commit 2da8a852d0
2 changed files with 1 additions and 4 deletions

View File

@@ -46,9 +46,6 @@
"minetype": "none", "minetype": "none",
"blacklist_file": "iceruinblacklist.txt", "blacklist_file": "iceruinblacklist.txt",
"job_changes": { "job_changes": {
"Cook": {
"additional_cqc_areas": ["/area/station/service/kitchen/diner"]
},
"Captain": { "Captain": {
"special_charter": "moon" "special_charter": "moon"
} }

View File

@@ -23,7 +23,7 @@
], ],
"job_changes": { "job_changes": {
"Cook": { "Cook": {
"additional_cqc_areas": ["/area/station/service/kitchen/diner"] "additional_cqc_areas": ["/area/station/commons/lounge"]
}, },
"Captain": { "Captain": {
"special_charter": "asteroid" "special_charter": "asteroid"