From 1b0f890b0b6c6a3e5d9df4a34b5fed1008c7fcdd Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Thu, 9 Jun 2022 09:56:11 +0200 Subject: [PATCH] Bait fix --- Assets/Scripts/FishingController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/FishingController.cs b/Assets/Scripts/FishingController.cs index 10bc50a..eea54b3 100644 --- a/Assets/Scripts/FishingController.cs +++ b/Assets/Scripts/FishingController.cs @@ -42,6 +42,8 @@ public class FishingController : MonoBehaviour { void Start() { ResetFishing(); _ampsXY = new Vector2(10, 10); + _iv = Inventory.instance; + _ic = ItemContainer.Instance; } // Update is called once per frame