This commit is contained in:
Julian Brammer 2024-06-17 02:53:01 +02:00
parent 7cd3d37a42
commit f92c6c009f

View File

@ -15,6 +15,9 @@ function selectSeed()
if itemDetail ~= nil then if itemDetail ~= nil then
if itemDetail.name == toPlant[currentSeed] then if itemDetail.name == toPlant[currentSeed] then
currentSeed = currentSeed + 1 currentSeed = currentSeed + 1
if currentSeed == 4 then
currentSeed = 1
end
return return
end end
end end