mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
remove PER bonus for Brilliant Bloom (summer 2019 mage weapon) (#12923)
This commit is contained in:
parent
2c2b776968
commit
39e7f51258
1 changed files with 1 additions and 0 deletions
|
|
@ -2916,6 +2916,7 @@ const weapon = {
|
|||
notes: t('weaponSpecialSummer2019MageNotes', { int: 15 }),
|
||||
value: 90,
|
||||
int: 15,
|
||||
per: 0,
|
||||
twoHanded: false,
|
||||
canBuy: () => CURRENT_EVENT && CURRENT_EVENT.season === 'summer',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue