This commit is contained in:
Letter N
2020-07-16 20:42:02 +08:00
parent abd0ac089d
commit 819ca63456
4 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
/// Proc specifically for inserting items, returns the amount of materials entered.
/datum/component/material_container/proc/insert_item(obj/item/I, var/multiplier = 1, stack_amt)
if(!I)
if(QDELETED(I))
return FALSE
multiplier = CEILING(multiplier, 0.01)