mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
Fix locales for healAll
This commit is contained in:
parent
97ad1a8bb2
commit
eb5e77cbb2
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ let protectAura = {
|
|||
let healAll = {
|
||||
mana: 25,
|
||||
lvl: 14,
|
||||
text: t('spellHealerHealAllText'),
|
||||
notes: t('spellHealerHealAllNotes'),
|
||||
target: 'party',
|
||||
cast: (user, target) => {
|
||||
return each(target, (member) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue