mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
fixes security/engineering occupation being broken (#11353)
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
else if(job_medsci_high)
|
||||
chosenJob = SSjobs.bitflag_to_job["[MEDSCI]"]["[job_medsci_high]"]
|
||||
else if(job_engsec_high)
|
||||
chosenJob = SSjobs.bitflag_to_job["[ENGSEC]"]["job_engsec_high"]
|
||||
chosenJob = SSjobs.bitflag_to_job["[ENGSEC]"]["[job_engsec_high]"]
|
||||
|
||||
if(title)
|
||||
return chosenJob.title
|
||||
|
||||
Reference in New Issue
Block a user