mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +00:00
Lower stack limits for base stat boosters and reviver seed
This commit is contained in:
parent
839d4cec0b
commit
d4b620b155
@ -462,6 +462,10 @@ export class PokemonBaseStatModifier extends PokemonHeldItemModifier {
|
||||
getTransferrable(_withinParty: boolean): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
getMaxStackCount(): integer {
|
||||
return 10;
|
||||
}
|
||||
}
|
||||
|
||||
export class AttackTypeBoosterModifier extends PokemonHeldItemModifier {
|
||||
@ -750,7 +754,7 @@ export class PokemonInstantReviveModifier extends PokemonHeldItemModifier {
|
||||
}
|
||||
|
||||
getMaxStackCount(): integer {
|
||||
return 10;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user