Add surf maxlevel +4 for gen1/2

Closes #1221 via cumulative changes
This commit is contained in:
Kurt 2017-06-15 22:42:43 -07:00
parent 2064779d91
commit feaa298263

View file

@ -615,7 +615,7 @@ namespace PKHeX.Core
slots[i] = new EncounterSlot1
{
LevelMax = lvl,
LevelMax = t == SlotType.Surf ? lvl + 4 : lvl,
LevelMin = lvl,
Species = spec,
Type = t,