Fixes hierophant walls not smoothing (#54231)

This commit is contained in:
Rohesie
2020-10-08 23:18:33 +08:00
committed by GitHub
parent e20fd412ff
commit ec2d1a6fb4
+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)