From 98b354db2d7eba65fac57fcff22f6012c0696c00 Mon Sep 17 00:00:00 2001 From: GeneriedJenelle Date: Fri, 21 Feb 2020 15:12:15 +0000 Subject: [PATCH] Update flora.dm --- code/game/objects/structures/flora.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index b32639e0b6..a5a8704dc1 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -234,7 +234,7 @@ to_chat(user, "[I] won't fit in. There already appears to be something in here...") return - if(I.w_class > ITEMSIZE_SMALL) + if(I.w_class > ITEMSIZE_TINY) to_chat(user, "[I] is too big to fit inside [src].") return