Merge pull request #14256 from Heroman3003/borg-low-wall

Two borg fixes
This commit is contained in:
Novacat
2022-12-26 17:55:55 -05:00
committed by CHOMPStation2
parent 3d9ac321c3
commit f0b2c95957
2 changed files with 1 additions and 1 deletions

View File

@@ -81,7 +81,7 @@
return
// Making windows, different per subtype
else if(istype(W, /obj/item/stack/material/glass))
else if(istype(W, /obj/item/stack/material/glass) || istype(W, /obj/item/stack/material/cyborg/glass))
handle_glass_use(user, W)
return

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 KiB

After

Width:  |  Height:  |  Size: 573 KiB