merges civilian and service departments (#50142)

* merges the service and civilian departments

* yee haw
This commit is contained in:
Fikou
2020-03-26 22:05:28 +08:00
committed by GitHub
parent b76c239bed
commit a59e4fb1b5
23 changed files with 35 additions and 32 deletions
@@ -281,7 +281,7 @@
CARDCON_DEPARTMENT_SCIENCE = GLOB.science_positions,
CARDCON_DEPARTMENT_SECURITY = GLOB.security_positions,
CARDCON_DEPARTMENT_SUPPLY = GLOB.supply_positions,
CARDCON_DEPARTMENT_SERVICE = GLOB.civilian_positions
CARDCON_DEPARTMENT_SERVICE = GLOB.service_positions
)
data["jobs"] = list()
for(var/department in departments)