Updates the debug outfit

This commit is contained in:
Artur
2020-02-06 18:42:23 +01:00
parent 3b30990e22
commit c9dc35fd9a
15 changed files with 301 additions and 17 deletions
+11 -1
View File
@@ -538,4 +538,14 @@ update_label("John Doe", "Clowny")
id_color = "#0000FF"
/obj/item/card/id/knight/captain
id_color = "#FFD700"
id_color = "#FFD700"
/obj/item/card/id/debug
name = "\improper Debug ID"
desc = "A debug ID card. Has ALL the all access, you really shouldn't have this."
icon_state = "ert_janitor"
assignment = "Jannie"
/obj/item/card/id/debug/Initialize()
access = get_all_accesses()+get_all_centcom_access()+get_all_syndicate_access()
. = ..()