From 56e3a210b0e928d6da6b18a0655b0a01116d50fc Mon Sep 17 00:00:00 2001 From: AJ Fontaine Date: Fri, 20 Dec 2024 13:59:09 -0500 Subject: [PATCH] Add Iron Bundle to event encounters --- src/timed-event-manager.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/timed-event-manager.ts b/src/timed-event-manager.ts index db370e0711f..e4a376ac366 100644 --- a/src/timed-event-manager.ts +++ b/src/timed-event-manager.ts @@ -66,7 +66,8 @@ const timedEvents: TimedEvent[] = [ { species: Species.MILCERY, allowEvolution: true }, { species: Species.SMOLIV, allowEvolution: true }, { species: Species.ALOLA_VULPIX, allowEvolution: true }, - { species: Species.GALAR_DARUMAKA, allowEvolution: true } + { species: Species.GALAR_DARUMAKA, allowEvolution: true }, + { species: Species.IRON_BUNDLE } ], delibirdyBuff: [ "CATCHING_CHARM", "SHINY_CHARM", "ABILITY_CHARM", "EXP_CHARM", "SUPER_EXP_CHARM", "HEALING_CHARM" ], weather: [{ weatherType: WeatherType.SNOW, weight: 1 }]