mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 22:55:50 +00:00
fix(content): correct Summer Mage weapon price
This commit is contained in:
parent
996ee57c85
commit
bde33fae37
1 changed files with 1 additions and 1 deletions
|
|
@ -5143,7 +5143,7 @@ const weapon = {
|
|||
set: 'summer2020OarfishMageSet',
|
||||
text: t('weaponSpecialSummer2020MageText'),
|
||||
notes: t('weaponSpecialSummer2020MageNotes', { int: 15, per: 7 }),
|
||||
value: 90,
|
||||
value: 160,
|
||||
int: 15,
|
||||
per: 7,
|
||||
twoHanded: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue