Removed uneeded file

This commit is contained in:
Ethan 2024-04-28 20:39:25 -04:00
parent c0d663aa76
commit f810d0cd98

View File

@ -2760,7 +2760,6 @@ export class HitsTagAttr extends MoveAttr {
export class ToxicHitAttr extends HitsTagAttr {
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
if (user.isOfType(Type.POISON)) {
this.getTargetBenefitScore(user, target, move)
return true;
}
return false;