mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +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 {
|
export class ToxicHitAttr extends HitsTagAttr {
|
||||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||||
if (user.isOfType(Type.POISON)) {
|
if (user.isOfType(Type.POISON)) {
|
||||||
this.getTargetBenefitScore(user, target, move)
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user