From 6392ee857c7f20be67bd6fe9597b85c06740f362 Mon Sep 17 00:00:00 2001 From: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:53:42 -0500 Subject: [PATCH] [Balance] Allow event Stantler to evolve (#5021) --- src/timed-event-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timed-event-manager.ts b/src/timed-event-manager.ts index e4a376ac366..926da91b352 100644 --- a/src/timed-event-manager.ts +++ b/src/timed-event-manager.ts @@ -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 },