mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> 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)
|