.
This commit is contained in:
parent
7cd3d37a42
commit
f92c6c009f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user