adding changes for sticky web and other features of mirror armor
This commit is contained in:
parent
6b4e91985b
commit
d38b0f1197
|
@ -58,7 +58,7 @@ import { BooleanHolder, executeIf, NumberHolder } from "#app/utils";
|
|||
import { BattlerTagType } from "#enums/battler-tag-type";
|
||||
import { Moves } from "#enums/moves";
|
||||
import i18next from "i18next";
|
||||
import { ArenaTagType } from "#app/enums/arena-tag-type.js";
|
||||
import { ArenaTagType } from "#app/enums/arena-tag-type";
|
||||
|
||||
export class MoveEffectPhase extends PokemonPhase {
|
||||
public move: PokemonMove;
|
||||
|
@ -101,7 +101,7 @@ export class MoveEffectPhase extends PokemonPhase {
|
|||
}
|
||||
this.scene.currentBattle.lastPlayerInvolved = this.fieldIndex;
|
||||
}
|
||||
|
||||
|
||||
if (!user) {
|
||||
return super.end();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue