Reinforced windows now melding together too.

This commit is contained in:
comma
2012-03-15 19:32:25 +02:00
parent 5b7af3829f
commit 8c78cc8783
2 changed files with 2 additions and 2 deletions

View File

@@ -358,8 +358,8 @@
junction |= get_dir(src,W)
if (istype(src,/obj/structure/window/basic))
src.icon_state = "window[junction]"
// else if (istype(src,/obj/structure/window/reinforced)) No sprites yet.
// src.icon_state = "rwindow[junction]"
else if (istype(src,/obj/structure/window/reinforced))
src.icon_state = "rwindow[junction]"
return

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 82 KiB