diff --git a/code/game/objects/structures/low_wall.dm b/code/game/objects/structures/low_wall.dm index f5484593c7..168ebb33ca 100644 --- a/code/game/objects/structures/low_wall.dm +++ b/code/game/objects/structures/low_wall.dm @@ -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 diff --git a/icons/mob/robots.dmi b/icons/mob/robots.dmi index 3157dea03a..25465b3891 100644 Binary files a/icons/mob/robots.dmi and b/icons/mob/robots.dmi differ