mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Removed uneeded file
This commit is contained in:
parent
c0d663aa76
commit
f810d0cd98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user