Big woopsie-dasies fixed

This commit is contained in:
cadyn
2020-08-28 13:06:58 -07:00
parent 860615c70c
commit 9101e37e6f

View File

@@ -233,8 +233,8 @@
. += "<span class='filter_notice'><i>You can see something in there...</i></span>"
/obj/structure/flora/pottedplant/attackby(obj/item/I, mob/user)
if(!issilicon(user))
break_syringe(target, user)
if(issilicon(user))
return // Don't try to put modules in here, you're a borg. TODO: Inventory refactor to not be ass.
if(stored_item)
to_chat(user, "<span class='notice'>[I] won't fit in. There already appears to be something in here...</span>")