diff --git a/src/brulijam/t-farmer.lua b/src/brulijam/t-farmer.lua index 7e03d11..3a8c5c2 100644 --- a/src/brulijam/t-farmer.lua +++ b/src/brulijam/t-farmer.lua @@ -15,7 +15,7 @@ function selectSeed() if itemDetail ~= nil then if itemDetail.name == toPlant[currentSeed] then currentSeed = currentSeed + 1 - if currentSeed == 4 then + if currentSeed >= 4 then currentSeed = 1 end return