Standardize flier catch damage requirements

This commit is contained in:
Kyle Coburn 2015-05-23 00:30:35 -07:00
parent 9764eefb44
commit 71a5dfd484
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ local controlFunctions = {
if Pokemon.inParty("pidgey", "spearow") then
shouldCatch = {{name="sandshrew"}}
else
shouldCatch = {{name="spearow",alt="pidgey",hp=15}, {name="pidgey",alt="spearow",hp=15}}
shouldCatch = {{name="spearow",alt="pidgey",requireHit=true}, {name="pidgey",alt="spearow",requireHit=true}}
end
end,