window repair adhesive spray (#22930)

adds window repair adhesive spray containing silicate. single use.
found in the engi-ved vending machines

for repairing cracked/damage windows without having to fully deconstuct
and reconstruct them.
can also strengthen windows
This commit is contained in:
c#min7
2026-07-29 16:33:52 +00:00
committed by GitHub
parent bb52dfdb80
commit d1f48dcd01
3 changed files with 20 additions and 1 deletions
@@ -69,7 +69,8 @@
/obj/item/firealarm_electronics = 10,
/obj/item/cell/high = 10,
/obj/item/grenade/chem_grenade/antifuel = 5,
/obj/item/geiger = 5
/obj/item/geiger = 5,
/obj/item/reagent_containers/spray/cleaner/glass_glue = 8
)
contraband = list(
/obj/item/cell/potato = 3
@@ -294,3 +294,14 @@
return
..()
/obj/item/reagent_containers/spray/cleaner/glass_glue
name = "single-use glass adhesive spray"
desc = "A small spray tube of a Hephaestus Industries ultra-strong silicate epoxy adhesive. For window and glass repair. Single-use!"
volume = 20
icon_state = "deodorant"
item_state = "deodorant"
possible_transfer_amounts = null
spray_size = 1
spray_sizes = null
reagents_to_add = list(/singleton/reagent/silicate = 20)
@@ -0,0 +1,7 @@
author: kermit
delete-after: True
changes:
- rscadd: "Added a glass repair adhesive to EngiVends for repairing window cracks without having to completely decon/recon a window."