Skip to content

Commit

Permalink
Merge pull request #19 from Fox-McCloud/False-Wall-Smoothing
Browse files Browse the repository at this point in the history
False Wall Fixes
  • Loading branch information
Fox-McCloud committed Dec 1, 2014
2 parents 6ba65ed + e082c44 commit 0c2ac9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/game/objects/structures/false_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@
)

/obj/structure/falsewall/New()
relativewall_neighbours()
..()
relativewall()
relativewall_neighbours()

/obj/structure/falsewall/Destroy()

Expand All @@ -108,7 +109,7 @@
icon_state = "[mineral]fwall_open"
return

var/junction=findSmoothingNeighbors(check_minerals=1)
var/junction=findSmoothingNeighbors()
icon_state = "[mineral][junction]"


Expand Down

0 comments on commit 0c2ac9b

Please sign in to comment.