mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Clean up runtime errors, fix VueUIs opening offscreen (#14025)
* Clean up runtime errors, fix VueUIs opening offscreen * woops * myazaki is based
This commit is contained in:
@@ -225,6 +225,9 @@
|
||||
|
||||
/datum/preferences/proc/return_chosen_high_job(var/title = FALSE)
|
||||
var/datum/job/chosenJob
|
||||
if(SSjobs.init_state < SS_INITSTATE_DONE)
|
||||
return
|
||||
|
||||
if(job_civilian_low & ASSISTANT)
|
||||
// Assistant is weird, has to be checked first because it overrides
|
||||
chosenJob = SSjobs.bitflag_to_job["[SERVICE]"]["[job_civilian_low]"]
|
||||
|
||||
Reference in New Issue
Block a user