Merge pull request #14336 from Kyep/jobs_runtime_fix

Fixes a jobs.dm runtime when an explorer is transferred
This commit is contained in:
AffectedArc07
2020-09-16 22:29:40 +01:00
committed by GitHub
+1
View File
@@ -458,6 +458,7 @@
total_positions = 0
spawn_positions = 0
supervisors = "the head of personnel"
department_head = list("Head of Personnel")
selection_color = "#dddddd"
access = list(ACCESS_MAINT_TUNNELS, ACCESS_GATEWAY, ACCESS_EVA, ACCESS_EXTERNAL_AIRLOCKS)
minimal_access = list(ACCESS_MAINT_TUNNELS, ACCESS_GATEWAY, ACCESS_EVA, ACCESS_EXTERNAL_AIRLOCKS)