From 3be5202c129d50b4c12f08b6e4a2be555b366572 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 19 May 2024 18:09:12 -0400 Subject: [PATCH] Unsure why true was put through for passive, probably just a mistake on my end --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 6ac702e0e74..3a98ddc9c58 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -3157,7 +3157,7 @@ export function initAbilities() { .attr(TypeImmunityHealAbAttr, Type.WATER) .ignorable(), new Ability(Abilities.DOWNLOAD, 4) - .attr(DownloadAbAttr, true), + .attr(DownloadAbAttr), new Ability(Abilities.IRON_FIST, 4) .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.PUNCHING_MOVE), 1.2), new Ability(Abilities.POISON_HEAL, 4)