mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Departmental Event Jobs (#18245)
* event jobs: the test of faith no horizon spawns engineering name fix * event jobs 2: they work now
This commit is contained in:
@@ -246,6 +246,8 @@
|
||||
chosenJob = SSjobs.bitflag_to_job["[MEDSCI]"]["[job_medsci_high]"]
|
||||
else if(job_engsec_high)
|
||||
chosenJob = SSjobs.bitflag_to_job["[ENGSEC]"]["[job_engsec_high]"]
|
||||
else if(job_event_high)
|
||||
chosenJob = SSjobs.bitflag_to_job["[EVENTDEPT]"]["[job_event_high]"]
|
||||
|
||||
if(istype(chosenJob) && title)
|
||||
return chosenJob.title
|
||||
|
||||
Reference in New Issue
Block a user