mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-18 07:38:15 +01:00
Fix duplicate candy count key for local
This commit is contained in:
parent
4057fbf846
commit
0692a343a0
@ -184,7 +184,7 @@ const systemShortKeys = {
|
|||||||
ivs: '$i',
|
ivs: '$i',
|
||||||
moveset: '$m',
|
moveset: '$m',
|
||||||
eggMoves: '$em',
|
eggMoves: '$em',
|
||||||
candyCount: '$cc',
|
candyCount: '$x',
|
||||||
passive: '$p',
|
passive: '$p',
|
||||||
valueReduction: '$vr'
|
valueReduction: '$vr'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user