Permit higher level 1-hit Zubats

This commit is contained in:
Kyle Coburn 2015-04-15 13:22:02 -07:00
parent f5ff1c479f
commit 3cba6ca734
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ local controlFunctions = {
moon1Exp = function()
if Control.getMoonExp then
minExp = 2704
local levels = Strategies.stats.nidoran.level4 and {9,10} or {10}
local levels = Strategies.stats.nidoran.level4 and {9,10,11,12} or {10,11,12}
shouldFight = {{name="zubat",levels=levels}}
oneHits = true
end