[MIRROR] Fixes Cook CQC + job change config fixes [MDB IGNORE] (#13592)

* Fixes Cook CQC + job change config fixes

* Update _job.dm

* Update jobs.dm

* Update department_guards.dm

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-20 14:45:47 +01:00
committed by GitHub
co-authored by John Willard Zonespace Tom
parent c947ccc4af
commit f9171bc2ff
14 changed files with 95 additions and 130 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ SUBSYSTEM_DEF(job)
if(!job.config_check())
continue
if(!job.map_check()) //Even though we initialize before mapping, this is fine because the config is loaded at new
testing("Removed [job.type] due to map config")
log_job_debug("Removed [job.title] due to map config")
continue
new_all_occupations += job
name_occupations[job.title] = job