Unsure why true was put through for passive, probably just a mistake on my end

This commit is contained in:
Ethan 2024-05-19 18:09:12 -04:00
parent 43893d1fd3
commit 3be5202c12

View File

@ -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)