From f92c6c009f7f41cae3ac189c635a3f2bc4cf6955 Mon Sep 17 00:00:00 2001 From: brulijam Date: Mon, 17 Jun 2024 02:53:01 +0200 Subject: [PATCH] . --- src/brulijam/t-farmer.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/brulijam/t-farmer.lua b/src/brulijam/t-farmer.lua index 3df8d7a..8bae5ea 100644 --- a/src/brulijam/t-farmer.lua +++ b/src/brulijam/t-farmer.lua @@ -15,6 +15,9 @@ function selectSeed() if itemDetail ~= nil then if itemDetail.name == toPlant[currentSeed] then currentSeed = currentSeed + 1 + if currentSeed == 4 then + currentSeed = 1 + end return end end