Implemented PR feedback + made sure initial farming quests run smoothly

This commit is contained in:
2025-08-19 23:02:14 +02:00
parent f6e0c4e615
commit 378bf45c49
8 changed files with 22 additions and 15 deletions
@@ -7,6 +7,7 @@ public partial class NonInventoryPickup : Node2D
{
public void PlayPickupAnimation()
{
// todo: replace with EventBus implementation as soon as this is possible
GetTree().CallGroup("Pickup", VesnaAnimations.MethodName.PlayPickUpAnimation);
}
}