mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
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),
|
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…
x
Reference in New Issue
Block a user