mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 08:23:09 +00:00
* Moves chef's CQC area whitelist into the mapping config and better balances chef CQC as a result. * a * a Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "MetaStation",
|
|
"map_path": "map_files/MetaStation",
|
|
"map_file": "MetaStation_skyrat.dmm",
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_meta",
|
|
"emergency": "emergency_meta"
|
|
},
|
|
"job_changes": {
|
|
"cook": {
|
|
"additional_cqc_areas": ["/area/service/bar", "/area/service/kitchen/coldroom"]
|
|
}
|
|
}
|
|
}
|