Base Mt. Moon Zubats on level

This commit is contained in:
Kyle Coburn 2015-04-08 01:52:34 -07:00
parent 8cb38a7da8
commit 2de15155a1
1 changed files with 2 additions and 1 deletions

View File

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