mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Job Title Fix (#19042)
* Changing the ID of someone with an alt-title will no longer boot them to the Misc section of the manifest. salt pr
This commit is contained in:
@@ -54,6 +54,9 @@ SUBSYSTEM_DEF(jobs)
|
||||
continue
|
||||
occupations += job
|
||||
name_occupations[job.title] = job
|
||||
if(LAZYLEN(job.alt_titles))
|
||||
for(var/alt_title in job.alt_titles)
|
||||
name_occupations[alt_title] = job
|
||||
type_occupations[J] = job
|
||||
if(!length(bitflag_to_job["[job.department_flag]"]))
|
||||
bitflag_to_job["[job.department_flag]"] = list()
|
||||
|
||||
Reference in New Issue
Block a user