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

Two borg fixes
This commit is contained in:
Novacat
2022-12-26 22:57:06 +00:00
committed by CHOMPStation2
parent 3d9ac321c3
commit f0b2c95957
2 changed files with 1 additions and 1 deletions
+1 -1
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