From 279e961663aba38a183f5a2966127164be334c34 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 3 May 2023 20:53:43 +0100 Subject: [PATCH] [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> --- _maps/icebox.json | 3 --- _maps/tramstation.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_maps/icebox.json b/_maps/icebox.json index 2f680670295..13559e95960 100644 --- a/_maps/icebox.json +++ b/_maps/icebox.json @@ -46,9 +46,6 @@ "minetype": "none", "blacklist_file": "iceruinblacklist.txt", "job_changes": { - "Cook": { - "additional_cqc_areas": ["/area/station/service/kitchen/diner"] - }, "Captain": { "special_charter": "moon" } diff --git a/_maps/tramstation.json b/_maps/tramstation.json index 1702812708b..3e8a0f76bf7 100644 --- a/_maps/tramstation.json +++ b/_maps/tramstation.json @@ -23,7 +23,7 @@ ], "job_changes": { "Cook": { - "additional_cqc_areas": ["/area/station/service/kitchen/diner"] + "additional_cqc_areas": ["/area/station/commons/lounge"] }, "Captain": { "special_charter": "asteroid"