This commit is contained in:
Kyle Coburn 2015-04-11 14:05:43 -07:00
parent 059c83a193
commit 8427a7cadc
2 changed files with 4 additions and 4 deletions

View File

@ -344,7 +344,7 @@ strategyFunctions.catchNidoran = function()
if Battle.isActive() then
local isNidoran = Pokemon.isOpponent("nidoran")
if isNidoran and Memory.value("battle", "opponent_level") > 2 then
if Strategies.initialize() then
if not Bridge.polling then
Bridge.pollForName()
end
end