Merge pull request #8868 from VOREStation/upstream-merge-7571

[MIRROR] Colony Director -> Site Manager
This commit is contained in:
Novacat
2020-08-28 13:17:58 -04:00
committed by GitHub
61 changed files with 123 additions and 123 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ var/global/list/PDA_Manifest = list()
heads[++heads.len] = list("name" = name, "rank" = rank, "active" = isactive)
department = 1
depthead = 1
if(rank=="Colony Director" && heads.len != 1)
if(rank=="Site Manager" && heads.len != 1)
heads.Swap(1,heads.len)
if(SSjob.is_job_in_department(real_rank, DEPARTMENT_SECURITY))