Merge pull request #7571 from listerla/nomoresitemanager

Colony Director -> Site Manager
This commit is contained in:
Atermonera
2020-08-27 17:41:52 -07:00
committed by GitHub
63 changed files with 118 additions and 122 deletions
+1 -1
View File
@@ -205,7 +205,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))