🐛 fixed dayplanted confusion on plants

This commit is contained in:
2025-12-02 15:45:44 +01:00
parent c7a4aea70b
commit e65330786e
4 changed files with 47 additions and 10 deletions
@@ -19,7 +19,7 @@ public partial class VesnaAnimations : Node
/// </summary>
[Signal] public delegate void LookDirectionEventHandler(Vector2 direction);
public override void _EnterTree()
public override void _Ready()
{
InventoryManager.Instance.playerInventory.InventoryContentsChanged += HandleNewItemInInventory;
}