Improve grammar for Bide's debug hint in Gen 1

Fixes #8497
This commit is contained in:
Annika
2021-10-24 00:11:56 -07:00
parent 94ab2a8ef6
commit ceda8e1beb

View File

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