Earlyports some bugfixes

This commit is contained in:
Unknown
2020-03-20 00:35:55 -04:00
parent e570838e46
commit a40df7dda7
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ var/global/list/PDA_Manifest = list()
if(depthead && car.len != 1)
car.Swap(1,car.len)
if(SSjob.is_job_in_department(real_rank, DEPARTMENT_CARGO))
if(SSjob.is_job_in_department(real_rank, DEPARTMENT_CIVILIAN))
civ[++civ.len] = list("name" = name, "rank" = rank, "active" = isactive)
department = 1
if(depthead && civ.len != 1)