mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
alt titles and order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user