mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-07 08:53:30 +01:00
Merge branch 'beta' into trick-room-challenge
This commit is contained in:
commit
a75f0d2611
@ -933,7 +933,7 @@ class ImprisonTag extends ArenaTrapTag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper function that retrieves the Pokemon effected
|
* Helper function that retrieves the Pokemon affected
|
||||||
* @param {BattleScene} scene medium to retrieve the involved Pokemon
|
* @param {BattleScene} scene medium to retrieve the involved Pokemon
|
||||||
* @returns list of PlayerPokemon or EnemyPokemon on the field
|
* @returns list of PlayerPokemon or EnemyPokemon on the field
|
||||||
*/
|
*/
|
||||||
|
@ -2477,7 +2477,7 @@ export class TormentTag extends MoveRestrictionBattlerTag {
|
|||||||
* @returns `true` if still present | `false` if not
|
* @returns `true` if still present | `false` if not
|
||||||
*/
|
*/
|
||||||
override lapse(pokemon: Pokemon, _tagType: BattlerTagLapseType): boolean {
|
override lapse(pokemon: Pokemon, _tagType: BattlerTagLapseType): boolean {
|
||||||
return !pokemon.isActive(true);
|
return pokemon.isActive(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user