From 24c0f45ff79b99b7efdbac0b208948a8f98e0a27 Mon Sep 17 00:00:00 2001 From: PrabbyDD <147005742+PrabbyDD@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:20:06 -0700 Subject: [PATCH] Update src/data/ability.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- 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 ad81bda6bab..b08f7a22c52 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5331,7 +5331,7 @@ export function initAbilities() { new Ability(Abilities.HEALER, 5) .conditionalAttr(pokemon => pokemon.getAlly() && Utils.randSeedInt(10) < 3, PostTurnResetStatusAbAttr, true), new Ability(Abilities.FRIEND_GUARD, 5) - .attr(FriendGuardAbAttr, .25) + .attr(FriendGuardAbAttr, 0.75) .ignorable(), new Ability(Abilities.WEAK_ARMOR, 5) .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.category === MoveCategory.PHYSICAL, Stat.DEF, -1)