Use Poké Flute after completing setup vs Venonats
This commit is contained in:
parent
bb67895a7e
commit
7d4c3fb1bd
|
@ -712,6 +712,10 @@ strategyFunctions.fightKoga = function()
|
|||
end
|
||||
end
|
||||
end
|
||||
if Combat.isSleeping() then
|
||||
Inventory.use("pokeflute", nil, true)
|
||||
return false
|
||||
end
|
||||
Battle.automate(forced)
|
||||
end
|
||||
elseif status.foughtTrainer then
|
||||
|
|
Loading…
Reference in New Issue