mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
Work?
This commit is contained in:
parent
7b08366a70
commit
8a2ffdea49
@ -932,8 +932,7 @@ class ImprisonTag extends ArenaTrapTag {
|
||||
party?.forEach((p: PlayerPokemon | EnemyPokemon ) => {
|
||||
p.addTag(BattlerTagType.IMPRISON, 1, Moves.IMPRISON, this.sourceId);
|
||||
});
|
||||
arena.scene.queueMessage(i18next.t("battlerTags:imprisonOnAdd", {pokemonNameWithAffix: getPokemonNameWithAffix(this.source)}), 1500);
|
||||
console.log(arena.scene);
|
||||
arena.scene.queueMessage(i18next.t("battlerTags:imprisonOnAdd", {pokemonNameWithAffix: getPokemonNameWithAffix(this.source)}));
|
||||
}
|
||||
|
||||
lapse(_arena: Arena): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user