mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Merge pull request #19 from Fox-McCloud/False-Wall-Smoothing
False Wall Fixes
This commit is contained in:
@@ -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]"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user