[Balance] Allow event Stantler to evolve (#5021)

This commit is contained in:
AJ Fontaine 2024-12-20 18:53:42 -05:00 committed by GitHub
parent e75fa0d16d
commit 6392ee857c
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 },