Files
Cody Brittain 3f62424312 [MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or
variables tied to this. I removed it to make future modifications
cleaner.

---------

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
2026-02-01 05:14:26 +00:00

26 lines
903 B
Plaintext

//crime scene kit
/obj/item/storage/briefcase/crimekit
name = "crime scene kit"
desc = "A stainless steel-plated carrycase for all your forensic needs. Feels heavy."
icon = 'icons/obj/forensics.dmi'
icon_state = "case"
item_state = "case"
storage_slots = 14
max_storage_space = DEFAULT_DUFFELBAG_STORAGE
contained_sprite = 1
use_sound = 'sound/items/storage/toolbox.ogg'
drop_sound = 'sound/items/drop/toolbox.ogg'
pickup_sound = 'sound/items/pickup/toolbox.ogg'
/obj/item/storage/briefcase/crimekit/fill()
..()
new /obj/item/storage/box/swabs(src)
new /obj/item/storage/box/fingerprints(src)
new /obj/item/reagent_containers/spray/luminol(src)
new /obj/item/uv_light(src)
new /obj/item/forensics/sample_kit(src)
new /obj/item/forensics/sample_kit/powder(src)
new /obj/item/mass_spectrometer(src)
new /obj/item/reagent_scanner(src)
new /obj/item/storage/box/fancy/csi_markers(src)