mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Allow event Stantler to evolve
This commit is contained in:
parent
e75fa0d16d
commit
848f024f28
@ -50,7 +50,7 @@ const timedEvents: TimedEvent[] = [
|
|||||||
uncommonBreedEncounters: [
|
uncommonBreedEncounters: [
|
||||||
{ species: Species.GIMMIGHOUL },
|
{ species: Species.GIMMIGHOUL },
|
||||||
{ species: Species.DELIBIRD },
|
{ species: Species.DELIBIRD },
|
||||||
{ species: Species.STANTLER },
|
{ species: Species.STANTLER, allowEvolution: true },
|
||||||
{ species: Species.CYNDAQUIL, allowEvolution: true },
|
{ species: Species.CYNDAQUIL, allowEvolution: true },
|
||||||
{ species: Species.PIPLUP, allowEvolution: true },
|
{ species: Species.PIPLUP, allowEvolution: true },
|
||||||
{ species: Species.CHESPIN, allowEvolution: true },
|
{ species: Species.CHESPIN, allowEvolution: true },
|
||||||
|
Loading…
Reference in New Issue
Block a user