From ceda8e1bebddcf41530f7cb8b3ebbf7c3c4a4fac Mon Sep 17 00:00:00 2001 From: Annika Date: Sun, 24 Oct 2021 00:11:56 -0700 Subject: [PATCH] Improve grammar for Bide's debug hint in Gen 1 Fixes #8497 --- data/mods/gen1/moves.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/gen1/moves.ts b/data/mods/gen1/moves.ts index 673671122e..26d92aedff 100644 --- a/data/mods/gen1/moves.ts +++ b/data/mods/gen1/moves.ts @@ -82,7 +82,7 @@ export const Moves: {[k: string]: ModdedMoveData} = { if (this.effectState.duration === 1) { this.add('-end', pokemon, 'Bide'); if (!this.effectState.totalDamage) { - this.debug("Bide failed due to 0 damage taken"); + this.debug("Bide failed because no damage was taken"); this.add('-fail', pokemon); return false; }