mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
23 lines
763 B
Plaintext
23 lines
763 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 = 35
|
|
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/device/uv_light(src)
|
|
new /obj/item/forensics/sample_kit(src)
|
|
new /obj/item/forensics/sample_kit/powder(src)
|