Fixes spray cans and pipes fitting inside of tablets. (#67057)

They were subtypes of crayons and cigarettes which allowed them to be fit inside. To fix this, the tablet can only hold tiny items and spray cans and pipes have been changed from tiny items to small.
This commit is contained in:
ReinaCoder
2022-05-18 16:10:02 +00:00
committed by GitHub
parent 7bf9d4fe1f
commit 2899db2fda
3 changed files with 4 additions and 0 deletions
@@ -52,6 +52,8 @@
. = ..()
if(is_type_in_list(W, contained_item))
if(W.w_class >= WEIGHT_CLASS_SMALL) // Anything equal to or larger than small won't work
return
if(inserted_item)
to_chat(user, span_warning("There is already \a [inserted_item] in \the [src]!"))
else