mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 04:36:02 +00:00
UI Inventory management
This commit is contained in:
parent
f4f193af7a
commit
c9abac3dc1
20 changed files with 262 additions and 72 deletions
|
|
@ -15,7 +15,7 @@ public partial class ItemPickup : Interactable
|
|||
if (!MeetsRequirements()) return false;
|
||||
foreach (var item in LootTable)
|
||||
{
|
||||
_inventoryManager.AddItem(item.Item, item.Amount);
|
||||
_inventoryManager.AddItem(item);
|
||||
}
|
||||
|
||||
// Delet This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue