mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
co-authored by
John Willard
Zonespace
Tom
parent
c947ccc4af
commit
f9171bc2ff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user