diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm index f843428d108..214a6733040 100644 --- a/code/game/objects/structures/fluff.dm +++ b/code/game/objects/structures/fluff.dm @@ -267,7 +267,7 @@ icon = 'icons/obj/smooth_structures/hedge.dmi' icon_state = "hedge" smooth = SMOOTH_TRUE - canSmoothWith = list(/obj/structure/fluff/hedge) + canSmoothWith = list(/obj/structure/fluff/hedge, /obj/structure/fluff/hedge/opaque) density = TRUE anchored = TRUE deconstructible = FALSE