Replaces all references to a 'civilian' department with 'service'. Also fixes operations colour on the late join menu.

This commit is contained in:
mikomyazaki
2022-04-07 19:02:02 +01:00
parent 835979172e
commit 9f9ac45230
17 changed files with 59 additions and 59 deletions
@@ -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