mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
/obj/item/reagent_containers/spray/luminol
|
|
name = "luminol bottle"
|
|
desc = "A bottle containing an odourless, colorless liquid."
|
|
icon = 'icons/obj/forensics.dmi'
|
|
icon_state = "luminol"
|
|
item_state = "cleaner"
|
|
amount_per_transfer_from_this = 10
|
|
possible_transfer_amounts = list(5,10)
|
|
volume = 250
|
|
|
|
/obj/item/reagent_containers/spray/luminol/Initialize(mapload)
|
|
. = ..()
|
|
reagents.add_reagent(REAGENT_ID_LUMINOL, 250)
|