mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Removed uneeded code
This commit is contained in:
parent
c9bb6ef80e
commit
8290bcfb3e
@ -788,10 +788,6 @@ export class HealAttr extends MoveEffectAttr {
|
|||||||
|
|
||||||
|
|
||||||
export class StatusHealAttr extends HealAttr {
|
export class StatusHealAttr extends HealAttr {
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||||
user.resetStatus();
|
user.resetStatus();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user