This commit is contained in:
Julian Brammer 2024-06-17 02:58:00 +02:00
parent beb34a879a
commit 00a8c0b243

View File

@ -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