mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
Blah
This commit is contained in:
parent
87b4af04be
commit
fa389912c7
@ -703,7 +703,6 @@ export class InfatuatedTag extends BattlerTag {
|
||||
canAdd(pokemon: Pokemon): boolean {
|
||||
if (this.sourceId) {
|
||||
const pkm = pokemon.scene.getPokemonById(this.sourceId);
|
||||
console.log(pkm);
|
||||
|
||||
const validArena = new Utils.BooleanHolder(true);
|
||||
const arenaTag = pokemon.scene.arena.findTagsOnSide(t => t.tagType === ArenaTagType.AROMA_VEIL, pokemon.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY)[0];
|
||||
|
Loading…
Reference in New Issue
Block a user