mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
18 lines
640 B
Plaintext
18 lines
640 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"
|
|
storage_slots = 14
|
|
drop_sound = 'sound/items/drop/toolbox.ogg'
|
|
pickup_sound = 'sound/items/pickup/toolbox.ogg'
|
|
|
|
/obj/item/storage/briefcase/crimekit/New()
|
|
..()
|
|
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) |