mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Stop more abilities from displaying
This commit is contained in:
parent
f5468f8d58
commit
36a1916fe0
@ -354,7 +354,7 @@ export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr {
|
||||
protected condition: PokemonDefendCondition;
|
||||
private damageMultiplier: number;
|
||||
|
||||
constructor(condition: PokemonDefendCondition, damageMultiplier: number, showAbility: boolean = true) {
|
||||
constructor(condition: PokemonDefendCondition, damageMultiplier: number, showAbility: boolean = false) {
|
||||
super(showAbility);
|
||||
|
||||
this.condition = condition;
|
||||
@ -1456,7 +1456,7 @@ export class MovePowerBoostAbAttr extends VariableMovePowerAbAttr {
|
||||
private condition: PokemonAttackCondition;
|
||||
private powerMultiplier: number;
|
||||
|
||||
constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = true) {
|
||||
constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = false) {
|
||||
super(showAbility);
|
||||
this.condition = condition;
|
||||
this.powerMultiplier = powerMultiplier;
|
||||
|
Loading…
Reference in New Issue
Block a user