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