From 9deb3df6af699908b8d5ff72c30b6659a8e8d320 Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Thu, 12 Oct 2017 08:38:07 -0700 Subject: [PATCH] Update material_container.dm (#31555) --- code/datums/components/material_container.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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