mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-27 19:44:50 -05:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user