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:
Melissa Mcewen 2015-01-01 14:47:04 -06:00
parent a40d820d56
commit aa6abeecaa

View file

@ -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) ->