adding changes for sticky web and other features of mirror armor

This commit is contained in:
PrabbyDD 2024-11-18 16:36:19 -08:00
parent 6b4e91985b
commit d38b0f1197
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}