[MIRROR] Fixes hierophant walls incorrectly smoothing (#1206)

* Fixes hierophant walls not smoothing (#54231)

* Fixes hierophant walls incorrectly smoothing

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2020-10-08 19:08:25 +02:00
committed by GitHub
co-authored by Rohesie
parent fb2345b28a
commit 148c65e46d
+2
View File
@@ -234,3 +234,5 @@
icon = 'icons/turf/walls/hierophant_wall.dmi'
icon_state = "wall"
smoothing_flags = SMOOTH_CORNERS
smoothing_groups = list(SMOOTH_GROUP_HIERO_WALL)
canSmoothWith = list(SMOOTH_GROUP_HIERO_WALL)