Debug outfit updates (#47923)

* New debug ID, cells in BRPED

* Debug glasses

* admin rcd
This commit is contained in:
skoglol
2019-11-30 03:54:57 -08:00
committed by Rob Bailey
parent d20f64b057
commit 26d35b060c
5 changed files with 72 additions and 5 deletions
+12
View File
@@ -569,6 +569,18 @@ update_label()
access = get_all_accesses()
. = ..()
/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"
uses_overlays = FALSE
/obj/item/card/id/debug/Initialize()
access = get_all_accesses()+get_all_centcom_access()+get_all_syndicate_access()
registered_account = SSeconomy.get_dep_account(ACCOUNT_CAR)
. = ..()
/obj/item/card/id/prisoner
name = "prisoner ID card"
id_type_name = "prisoner ID card"
+3 -2
View File
@@ -1150,11 +1150,12 @@
/obj/item/storage/box/debugtools/PopulateContents()
var/static/items_inside = list(
/obj/item/flashlight/emp/debug=1,\
/obj/item/pda=1,\
/obj/item/modular_computer/tablet/preset/advanced=1,\
/obj/item/geiger_counter=1,\
/obj/item/construction/rcd/combat/admin=1,\
/obj/item/pipe_dispenser=1,\
/obj/item/card/emag=1,\
/obj/item/card/id/syndicate/nuke_leader=1,\
/obj/item/card/id/departmental_budget/car=1,\
/obj/item/stack/spacecash/c1000=50,\
/obj/item/healthanalyzer/advanced=1,\
/obj/item/disk/tech_disk/debug=1,\