From 848f024f289b51b66b9abf540f5b5ac7db687639 Mon Sep 17 00:00:00 2001 From: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:45:27 -0500 Subject: [PATCH] Allow event Stantler to evolve --- 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 },