mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Fix locales for healAll
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user