mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 12:25:54 +00:00
UI Inventory management
This commit is contained in:
parent
f4f193af7a
commit
c9abac3dc1
20 changed files with 262 additions and 72 deletions
|
|
@ -20,7 +20,7 @@ public partial class Pickupper : Activable
|
|||
{
|
||||
foreach (var item in LootTable)
|
||||
{
|
||||
_inventoryManager.AddItem(item.Item, item.Amount);
|
||||
_inventoryManager.AddItem(item);
|
||||
}
|
||||
|
||||
//inventoryManager.AddRedKeycard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue