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