Update flora.dm

This commit is contained in:
GeneriedJenelle
2020-02-21 15:12:15 +00:00
committed by GitHub
parent 536f1f35d9
commit 98b354db2d
+1 -1
View File
@@ -234,7 +234,7 @@
to_chat(user, "<span class='notice'>[I] won't fit in. There already appears to be something in here...</span>")
return
if(I.w_class > ITEMSIZE_SMALL)
if(I.w_class > ITEMSIZE_TINY)
to_chat(user, "<span class='notice'>[I] is too big to fit inside [src].</span>")
return