mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Keycards fix
This commit is contained in:
parent
2be069eab4
commit
91fcd73688
7 changed files with 46 additions and 16 deletions
|
|
@ -20,7 +20,7 @@ public partial class Chest : Interactable
|
|||
if (!MeetsRequirements()) return false;
|
||||
foreach (var item in LootTable)
|
||||
{
|
||||
_inventoryManager.AddItem(item);
|
||||
InventoryManager.Instance.AddItem(item);
|
||||
}
|
||||
|
||||
_sprite.Play("Opening");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue