Files
ee75074a57 Alt click reagent containers to set transfer volume (#18283)
* 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>
2025-08-27 09:36:31 +02:00

13 lines
394 B
Plaintext

/obj/item/reagent_containers/spray/windowsealant
name = "Krak-b-gone"
desc = "A spray bottle of silicate sealant for rapid window repair."
icon = 'icons/obj/items.dmi'
icon_state = "windowsealant"
item_state = "spraycan"
max_transfer_amount = null
volume = 80
/obj/item/reagent_containers/spray/windowsealant/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_SILICATE, 80)