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