make detective closet contents consistent across stations (#28511)

This commit is contained in:
warriorstar-orion
2025-02-28 12:52:33 -05:00
committed by GitHub
parent 780fc2d8db
commit ab073f0cca
5 changed files with 13 additions and 19 deletions
@@ -189,19 +189,23 @@
close_sound = 'sound/machines/wooden_closet_close.ogg'
/obj/structure/closet/secure_closet/detective/populate_contents()
new /obj/effect/spawner/detgun(src)
new /obj/item/ammo_box/magazine/detective/speedcharger(src)
new /obj/item/ammo_box/magazine/detective/speedcharger(src)
new /obj/item/clipboard(src)
new /obj/item/clothing/gloves/color/latex(src)
new /obj/item/detective_scanner(src)
new /obj/item/flash(src)
new /obj/item/flashlight/seclite(src)
new /obj/item/holosign_creator/detective(src)
new /obj/item/radio/headset/headset_sec/alt(src)
new /obj/item/reagent_containers/drinks/flask/detflask(src)
new /obj/item/restraints/handcuffs(src)
new /obj/item/storage/bag/garment/detective(src)
new /obj/item/storage/belt/security(src)
new /obj/item/storage/box/evidence(src)
new /obj/item/clipboard(src)
new /obj/item/radio/headset/headset_sec/alt(src)
new /obj/item/detective_scanner(src)
new /obj/item/ammo_box/magazine/detective/speedcharger(src)
new /obj/item/ammo_box/magazine/detective/speedcharger(src)
new /obj/effect/spawner/detgun(src)
new /obj/item/flashlight/seclite(src)
new /obj/item/holosign_creator/detective(src)
new /obj/item/taperecorder(src)
new /obj/item/storage/box/tapes(src)
new /obj/item/taperecorder(src)
/obj/structure/closet/secure_closet/injection
name = "lethal injections locker"