mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Salt spell doesn't check to see if you have enough Gold #4454 adding immediate use varibles to other spells
This commit is contained in:
parent
a40d820d56
commit
aa6abeecaa
1 changed files with 2 additions and 0 deletions
|
|
@ -686,6 +686,7 @@ api.spells =
|
|||
text: t('spellSpecialOpaquePotionText')
|
||||
mana: 0
|
||||
value: 5
|
||||
immediateUse: true
|
||||
target: 'self'
|
||||
notes: t('spellSpecialOpaquePotionNotes')
|
||||
cast: (user, target) ->
|
||||
|
|
@ -696,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