Files
KashargulandGitHub d3b7ba8b43 next new to init (#17400)
* next new to init

* .

* this needs thorough testing

* .

* needs an istype

* also vnotice

* mvoe to defines
2025-03-24 06:18:39 -04:00

13 lines
403 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_vr.dmi'
icon_state = "windowsealant"
item_state = "spraycan"
possible_transfer_amounts = null
volume = 80
/obj/item/reagent_containers/spray/windowsealant/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_SILICATE, 80)