mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
parent
2064779d91
commit
feaa298263
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue