miepzerino
2025-04-01 8db8d93fb755c7649fd7fd557f34e81b1b0dc7d8
Assets/Scripts/Managers/GameManager.cs
@@ -166,8 +166,6 @@
                    {
                        Item item = dropable.dropable;
                        playerInventory.AddItem(item, dropable.dropAmount);
                        Debug.Log("CellWorldPosition: " + cellWorldPosition);
                        Debug.Log("TileGameObjectPosition: " + tileGameObject.transform.position);
                        CharacterLootObtained(tileGameObject.transform.position, item, dropable.dropAmount);
                    }
                }