This commit is contained in:
Jamie D
2023-01-16 17:22:18 +00:00
parent a1926df52d
commit 18681432bd
2 changed files with 1 additions and 2 deletions

View File

@@ -147,5 +147,3 @@
#define IS_SCIENCE(target) (find_job(target) in GLOB.science_positions)
#define IS_CARGO(target) (find_job(target) in GLOB.supply_positions)
#define IS_SECURITY(target) (find_job(target) in GLOB.security_positions)
#define DEPARTMENT_UNASSIGNED "No Department"

View File

@@ -42,6 +42,7 @@
// TODO: Port proper department datums and update this shitfest
for(var/list/category in categories)
stack_trace(category)
var/department_name = SSjob.name_occupations_all[category[1]].exp_type_department
var/head_name