diff --git a/code/game/turfs/closed/_closed.dm b/code/game/turfs/closed/_closed.dm index a6d2dda993a..c77a5c8ee24 100644 --- a/code/game/turfs/closed/_closed.dm +++ b/code/game/turfs/closed/_closed.dm @@ -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)