Skip to content

Commit

Permalink
[Balance] Allow event Stantler to evolve (pagefaultgames#5021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontbane authored Dec 20, 2024
1 parent e75fa0d commit 6392ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timed-event-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const timedEvents: TimedEvent[] = [
uncommonBreedEncounters: [
{ species: Species.GIMMIGHOUL },
{ species: Species.DELIBIRD },
{ species: Species.STANTLER },
{ species: Species.STANTLER, allowEvolution: true },
{ species: Species.CYNDAQUIL, allowEvolution: true },
{ species: Species.PIPLUP, allowEvolution: true },
{ species: Species.CHESPIN, allowEvolution: true },
Expand Down

0 comments on commit 6392ee8

Please sign in to comment.