diff --git a/ai/strategies.lua b/ai/strategies.lua index bde97ae..2063a3e 100644 --- a/ai/strategies.lua +++ b/ai/strategies.lua @@ -1139,7 +1139,7 @@ Strategies.functions = { learnThrash = function() if Strategies.initialize() then - if Pokemon.hasMove("thrash") then + if Pokemon.info("nidoking", "level") ~= 22 then return true end end