From 6b42909836f3a5c76fa4392935ea6218aed134b5 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:15:30 -0400 Subject: [PATCH] Update pokemon.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/field/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 26def895b51..bc0671e8f6c 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -3910,7 +3910,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { // If we aren't already guaranteed to crit, do a random roll & check overrides isCritical ||= Overrides.CRITICAL_HIT_OVERRIDE ?? globalScene.randBattleSeedInt(critChance) === 0; - // apply crit block effects from lucky chant & co., overridding previous effects + // apply crit block effects from lucky chant & co., overriding previous effects const blockCrit = new BooleanHolder(false); applyAbAttrs("BlockCritAbAttr", this, null, false, blockCrit); const blockCritTag = globalScene.arena.getTagOnSide(