mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Merge branch 'issue4454habitrpg' of https://github.com/melissamcewen/habitrpg-shared into melissamcewen-issue4454habitrpg
This commit is contained in:
commit
5d6da27a70
1 changed files with 3 additions and 0 deletions
|
|
@ -663,6 +663,7 @@ api.spells =
|
|||
text: t('spellSpecialSaltText')
|
||||
mana: 0
|
||||
value: 5
|
||||
immediateUse: true
|
||||
target: 'self'
|
||||
notes: t('spellSpecialSaltNotes')
|
||||
cast: (user, target) ->
|
||||
|
|
@ -685,6 +686,7 @@ api.spells =
|
|||
text: t('spellSpecialOpaquePotionText')
|
||||
mana: 0
|
||||
value: 5
|
||||
immediateUse: true
|
||||
target: 'self'
|
||||
notes: t('spellSpecialOpaquePotionNotes')
|
||||
cast: (user, target) ->
|
||||
|
|
@ -695,6 +697,7 @@ api.spells =
|
|||
text: t('nyeCard')
|
||||
mana: 0
|
||||
value: 10
|
||||
immediateUse: true
|
||||
target: 'user'
|
||||
notes: t('nyeCardNotes')
|
||||
cast: (user, target) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue