From 1398accaf9d8e88369f08019742147b657da34ab Mon Sep 17 00:00:00 2001 From: Spades Date: Sat, 8 Jul 2017 11:13:56 -0400 Subject: [PATCH] You know what, let's play it safe. --- 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 23263851cdb..e08dba0a0f8 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -4,6 +4,7 @@ anchored = 1 density = 1 pixel_x = -16 + layer = MOB_LAYER // You know what, let's play it safe. /obj/structure/flora/tree/pine name = "pine tree"