From 4441580a8789cfe66079f8d30004de88513cb473 Mon Sep 17 00:00:00 2001 From: Kyle Coburn Date: Thu, 2 Apr 2015 12:09:08 -0700 Subject: [PATCH] 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) --- ai/strategies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/strategies.lua b/ai/strategies.lua index c5c1d37..7d5fe55 100644 --- a/ai/strategies.lua +++ b/ai/strategies.lua @@ -2357,7 +2357,7 @@ strategyFunctions = { forced = "thunderbolt" control.canDie(true) end - battle.fight(forced) + battle.automate(forced) canProgress = true elseif canProgress then deepRun = true