From 3ef84401c2f9c88174ab2d3eae7fd005a75b7d43 Mon Sep 17 00:00:00 2001 From: Citrus Date: Thu, 2 Jan 2020 20:08:38 -0500 Subject: [PATCH] makes opaque hedges able to smooth --- code/game/objects/structures/fluff.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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