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