two borg fixes

This commit is contained in:
Heroman
2022-12-27 07:30:17 +10:00
parent 68404f8844
commit d7d91dc10e
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