mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
* 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>
13 lines
394 B
Plaintext
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)
|