Increase attack type booster limit to 99
This commit is contained in:
parent
e76fa25bc8
commit
ea562bbd87
|
@ -694,7 +694,7 @@ export class AttackTypeBoosterModifier extends PokemonHeldItemModifier {
|
|||
}
|
||||
|
||||
getMaxHeldItemCount(pokemon: Pokemon): integer {
|
||||
return 10;
|
||||
return 99;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue