From bcfe0be2d0a43f458843f2ecf219a5d4387a9f9a Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Sat, 30 Jul 2016 13:18:12 -0400 Subject: [PATCH] Potted plants now layer properly (#19546) * Potted plants now slow you down slightly * we manage to pull her away * no message --- 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 daac9933bd8..48192946ac6 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -228,6 +228,7 @@ name = "potted plant" icon = 'icons/obj/flora/plants.dmi' icon_state = "plant-01" + layer = ABOVE_MOB_LAYER w_class = 5 force = 10 throwforce = 13