mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Change rse feebas to swarm slottype
behaves the same as a swarm pkm in terms of proc (50% -> level -> generate), so have it travel the same code path.
This commit is contained in:
parent
0bc2ee0938
commit
fb4fffffa0
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ namespace PKHeX.Core
|
|||
Location = 34, // Route 119
|
||||
Slots = new[]
|
||||
{
|
||||
new EncounterSlot { Species = 349, LevelMin = 20, LevelMax = 25, Type = SlotType.Super_Rod } // Feebas
|
||||
new EncounterSlot { Species = 349, LevelMin = 20, LevelMax = 25, Type = SlotType.Swarm } // Feebas with any Rod (50%)
|
||||
},},
|
||||
};
|
||||
private static readonly EncounterArea[] SlotsFRLGAlt =
|
||||
|
|
Loading…
Reference in a new issue