mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00: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
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user