alt titles and order

This commit is contained in:
Kashargul
2024-09-14 04:20:37 +02:00
parent b041bca268
commit 7fa41d248f
40 changed files with 679 additions and 603 deletions
@@ -204,7 +204,7 @@
var/datum/job/previewJob
// Determine what job is marked as 'High' priority, and dress them up as such.
if(job_civilian_low & ASSISTANT)
previewJob = job_master.GetJob(USELESS_JOB)
previewJob = job_master.GetJob(JOB_ALT_VISITOR)
else if(ispAI(client.mob)) //VOREStation Edit! - pAIs shouldn't wear job gear~!
//Don't do anything!
else