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; }