mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-24 05:38:39 +01:00
Update material_container.dm (#31555)
This commit is contained in:
committed by
CitadelStationBot
parent
04a76e0586
commit
9deb3df6af
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user