mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 07:23:16 +00:00
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
/obj/item/weapon/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/weapon/reagent_containers/spray/windowsealant/New()
|
|
..()
|
|
reagents.add_reagent("silicate", 80) |