mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
debug
This commit is contained in:
@@ -147,5 +147,3 @@
|
|||||||
#define IS_SCIENCE(target) (find_job(target) in GLOB.science_positions)
|
#define IS_SCIENCE(target) (find_job(target) in GLOB.science_positions)
|
||||||
#define IS_CARGO(target) (find_job(target) in GLOB.supply_positions)
|
#define IS_CARGO(target) (find_job(target) in GLOB.supply_positions)
|
||||||
#define IS_SECURITY(target) (find_job(target) in GLOB.security_positions)
|
#define IS_SECURITY(target) (find_job(target) in GLOB.security_positions)
|
||||||
|
|
||||||
#define DEPARTMENT_UNASSIGNED "No Department"
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
// TODO: Port proper department datums and update this shitfest
|
// TODO: Port proper department datums and update this shitfest
|
||||||
for(var/list/category in categories)
|
for(var/list/category in categories)
|
||||||
|
stack_trace(category)
|
||||||
var/department_name = SSjob.name_occupations_all[category[1]].exp_type_department
|
var/department_name = SSjob.name_occupations_all[category[1]].exp_type_department
|
||||||
var/head_name
|
var/head_name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user