mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixed materials after last merge (#51288)
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
user.put_in_active_hand(I)
|
||||
|
||||
/// Proc specifically for inserting items, returns the amount of materials entered.
|
||||
/datum/component/material_container/proc/insert_item(obj/item/I, var/multiplier = 1, amt)
|
||||
/datum/component/material_container/proc/insert_item(obj/item/I, amt=1, multiplier = 1)
|
||||
if(!I)
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user