mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Replaces all references to a 'civilian' department with 'service'. Also fixes operations colour on the late join menu.
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
pref.job_engsec_high = 0
|
||||
|
||||
switch(job.department_flag)
|
||||
if(CIVILIAN)
|
||||
if(SERVICE)
|
||||
switch(level)
|
||||
if(2)
|
||||
pref.job_civilian_high = job.flag
|
||||
@@ -469,7 +469,7 @@
|
||||
if(!job || !level)
|
||||
return FALSE
|
||||
switch(job.department_flag)
|
||||
if(CIVILIAN)
|
||||
if(SERVICE)
|
||||
switch(level)
|
||||
if(1)
|
||||
return job_civilian_high
|
||||
|
||||
Reference in New Issue
Block a user