Skip to content

Commit

Permalink
uuughh
Browse files Browse the repository at this point in the history
  • Loading branch information
nauticall committed Dec 31, 2024
1 parent 0de20de commit 2a79de3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/datums/crew_manifest.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
GLOBAL_DATUM_INIT(crew_manifest, /datum/crew_manifest, new)

/datum/crew_manifest
var/list/departments = list(
var/list/departments = list()

/datum/crew_manifest/New()
. = ..()
departments = list(
"Command" = GLOB.ROLES_CIC,
"Auxiliary" = GLOB.ROLES_AUXIL_SUPPORT,
"Security" = GLOB.ROLES_POLICE,
Expand Down

0 comments on commit 2a79de3

Please sign in to comment.