Allow event Stantler to evolve

This commit is contained in:
AJ Fontaine 2024-12-20 18:45:27 -05:00 committed by GitHub
parent e75fa0d16d
commit 848f024f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 },