mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-30 22:49:44 +01:00
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 {
|
getMaxHeldItemCount(pokemon: Pokemon): integer {
|
||||||
return 10;
|
return 99;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user