mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 18:26:09 +00:00
Fix EXP. Share using wrong icon
This commit is contained in:
parent
bb487373ab
commit
3ebf42705e
@ -617,8 +617,8 @@ export const modifierTypes = {
|
|||||||
TM_GREAT: () => new TmModifierTypeGenerator(ModifierTier.GREAT),
|
TM_GREAT: () => new TmModifierTypeGenerator(ModifierTier.GREAT),
|
||||||
TM_ULTRA: () => new TmModifierTypeGenerator(ModifierTier.ULTRA),
|
TM_ULTRA: () => new TmModifierTypeGenerator(ModifierTier.ULTRA),
|
||||||
|
|
||||||
EXP_SHARE: () => new ModifierType('EXP. All', 'Non-participants gain 20% of a single participant\'s EXP. Points',
|
EXP_SHARE: () => new ModifierType('EXP. All', 'Non-participants receive 20% of a single participant\'s EXP. Points',
|
||||||
(type, _args) => new Modifiers.ExpShareModifier(type)),
|
(type, _args) => new Modifiers.ExpShareModifier(type), 'exp_share'),
|
||||||
EXP_BALANCE: () => new ModifierType('EXP. Balance', 'All EXP. Points received from battles are split between the lower leveled party members',
|
EXP_BALANCE: () => new ModifierType('EXP. Balance', 'All EXP. Points received from battles are split between the lower leveled party members',
|
||||||
(type, _args) => new Modifiers.ExpBalanceModifier(type)),
|
(type, _args) => new Modifiers.ExpBalanceModifier(type)),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user