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 @@ private static EncounterSlot1[] readSlots(byte[] data, ref int ofs, int count, S
slots[i] = new EncounterSlot1
{
LevelMax = lvl,
LevelMax = t == SlotType.Surf ? lvl + 4 : lvl,
LevelMin = lvl,
Species = spec,
Type = t,