From 428dde80471f1617639398f290fad6d147be10f8 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 10 May 2015 14:41:06 -0400 Subject: [PATCH] Potted Plant Hiding --- code/game/objects/structures/flora.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index b18b86aae71..fcb0fc1309b 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -196,6 +196,7 @@ icon = 'icons/obj/flora/plants.dmi' icon_state = "plant-1" anchored = 0 + layer = 5 /obj/structure/flora/kirbyplants/New() ..()