Fix Disable check during the Koga fight

Gen 1 Earthquake miss on Muk, who used disable on Thunderbolt:
(1/256)*(0.55)*(1/4) = 0.05% chance (via Dailyleaf)
This commit is contained in:
Kyle Coburn 2015-04-02 12:09:08 -07:00
parent e6343f2a71
commit 4441580a87
1 changed files with 1 additions and 1 deletions

View File

@ -2357,7 +2357,7 @@ strategyFunctions = {
forced = "thunderbolt"
control.canDie(true)
end
battle.fight(forced)
battle.automate(forced)
canProgress = true
elseif canProgress then
deepRun = true