Merge pull request #19 from Fox-McCloud/False-Wall-Smoothing

False Wall Fixes
This commit is contained in:
Fox-McCloud
2014-11-30 21:46:59 -05:00
+3 -2
View File
@@ -83,8 +83,9 @@
)
/obj/structure/falsewall/New()
relativewall_neighbours()
..()
relativewall()
relativewall_neighbours()
/obj/structure/falsewall/Destroy()
@@ -108,7 +109,7 @@
icon_state = "[mineral]fwall_open"
return
var/junction=findSmoothingNeighbors(check_minerals=1)
var/junction=findSmoothingNeighbors()
icon_state = "[mineral][junction]"