Fix name and icon for max lure item
This commit is contained in:
parent
bf2eca2851
commit
1b5e757731
|
@ -569,7 +569,7 @@ const modifierTypes = {
|
|||
|
||||
LURE: () => new DoubleBattleChanceBoosterModifierType('LURE', 5),
|
||||
SUPER_LURE: () => new DoubleBattleChanceBoosterModifierType('SUPER LURE', 10),
|
||||
MAX_LURE: () => new DoubleBattleChanceBoosterModifierType('LURE', 25),
|
||||
MAX_LURE: () => new DoubleBattleChanceBoosterModifierType('MAX LURE', 25),
|
||||
|
||||
TEMP_STAT_BOOSTER: () => new ModifierTypeGenerator((party: Pokemon[], pregenArgs?: any[]) => {
|
||||
if (pregenArgs)
|
||||
|
|
Loading…
Reference in New Issue