Fix issue with teaching and learning Thrash conflicting

This commit is contained in:
Kyle Coburn 2015-04-17 13:42:53 -07:00
parent 7c6d6ebfa5
commit fef346823a
1 changed files with 1 additions and 1 deletions

View File

@ -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