diff --git a/code/datums/components/material_container.dm b/code/datums/components/material_container.dm index 0c025aab44..d618ceda89 100644 --- a/code/datums/components/material_container.dm +++ b/code/datums/components/material_container.dm @@ -115,7 +115,7 @@ return (total_amount - total_amount_saved) return FALSE -/datum/component/material_container/proc/insert_stack(obj/item/stack/S, amt = 0) +/datum/component/material_container/proc/insert_stack(obj/item/stack/S, amt) if(isnull(amt)) amt = S.amount