Merge pull request #3328 from Citadel-Station-13/upstream-merge-31555

[MIRROR] Fixes material container datums/autolathes
This commit is contained in:
LetterJay
2017-10-12 12:31:10 -04:00
committed by GitHub
+1 -1
View File
@@ -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