mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
remove PER bonus for Brilliant Bloom (summer 2019 mage weapon) (#12923)
This commit is contained in:
@@ -2916,6 +2916,7 @@ const weapon = {
|
|||||||
notes: t('weaponSpecialSummer2019MageNotes', { int: 15 }),
|
notes: t('weaponSpecialSummer2019MageNotes', { int: 15 }),
|
||||||
value: 90,
|
value: 90,
|
||||||
int: 15,
|
int: 15,
|
||||||
|
per: 0,
|
||||||
twoHanded: false,
|
twoHanded: false,
|
||||||
canBuy: () => CURRENT_EVENT && CURRENT_EVENT.season === 'summer',
|
canBuy: () => CURRENT_EVENT && CURRENT_EVENT.season === 'summer',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user