This commit is contained in:
SinTwo
2016-08-27 13:44:32 -04:00
parent 75ebc5429c
commit a2a2f58e93
59 changed files with 96 additions and 96 deletions

View File

@@ -87,7 +87,7 @@ var/global/list/PDA_Manifest = list()
heads[++heads.len] = list("name" = name, "rank" = rank, "active" = isactive)
department = 1
depthead = 1
if(rank=="Captain" && heads.len != 1)
if(rank=="Station Administrator" && heads.len != 1)
heads.Swap(1,heads.len)
if(real_rank in security_positions)