mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix seasonal gold price
This commit is contained in:
parent
0f395bcc3e
commit
7f0b0a3909
1 changed files with 1 additions and 1 deletions
|
|
@ -2549,7 +2549,7 @@ const shieldStats = {
|
|||
warrior: { con: 7 },
|
||||
};
|
||||
|
||||
fillSpecialGear(shield, klass => (klass === 'rogue' ? 'weapon' : 'shield'), 80, shieldStats);
|
||||
fillSpecialGear(shield, klass => (klass === 'rogue' ? 'weapon' : 'shield'), klass => (klass === 'rogue' ? 80 : 70), shieldStats);
|
||||
|
||||
const weapon = {
|
||||
0: backerGear.weaponSpecial0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue