mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
17 lines
623 B
Plaintext
17 lines
623 B
Plaintext
//crime scene kit
|
|
/obj/item/weapon/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
|
|
|
|
/obj/item/weapon/storage/briefcase/crimekit/New()
|
|
..()
|
|
new /obj/item/weapon/storage/box/swabs(src)
|
|
new /obj/item/weapon/storage/box/fingerprints(src)
|
|
new /obj/item/weapon/reagent_containers/spray/luminol(src)
|
|
new /obj/item/device/uv_light(src)
|
|
new /obj/item/weapon/forensics/sample_kit(src)
|
|
new /obj/item/weapon/forensics/sample_kit/powder(src) |