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