Files
Bubberstation/_maps/deltastation.json
John Willard b0c8eb5a3a Fixes Cook CQC + job change config fixes (#66876)
Allows configs to once again change job positions of jobs, and additionally allows them to completely disable some jobs. In the past, Pubby didn't have Lawyers and Curators, I doubt this would be the case in the future, but I find having this as an option for config is still good.

I also properly logged jobs not loading due to removal from mapping config, to be in job debug instead of testing.

Finally, I removed the old config_job, and made all configs use title instead. It was suggested I use typepath instead of title, but I am against doing it for the time being, as I don't expect Mappers to look for typepaths if all they want to do is make mapping stuff, though arguments can be made against that (like how its case sensitive so it's easy to break).
2022-05-13 11:15:27 -04:00

18 lines
360 B
JSON

{
"version": 1,
"map_name": "Delta Station",
"map_path": "map_files/Deltastation",
"map_file": "DeltaStation2.dmm",
"shuttles": {
"emergency": "emergency_delta",
"ferry": "ferry_fancy",
"cargo": "cargo_delta",
"whiteship": "whiteship_delta"
},
"job_changes": {
"Cook": {
"additional_cqc_areas": ["/area/station/service/cafeteria"]
}
}
}