mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 12:50:29 +01:00
ee75074a57
* Alt click reagent containers to set transfer volume Made it so that you can Alt click reagent containers to set transfer volume. * Wait that's an old edit * Change all transfer amount changes to use number input instead --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
14 lines
409 B
Plaintext
14 lines
409 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
|
|
max_transfer_amount = 10
|
|
volume = 250
|
|
|
|
/obj/item/reagent_containers/spray/luminol/Initialize(mapload)
|
|
. = ..()
|
|
reagents.add_reagent(REAGENT_ID_LUMINOL, 250)
|