mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
13 lines
385 B
Plaintext
13 lines
385 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/New()
|
|
..()
|
|
reagents.add_reagent(REAGENT_ID_SILICATE, 80)
|