Merge branch 'issue4454habitrpg' of https://github.com/melissamcewen/habitrpg-shared into melissamcewen-issue4454habitrpg

This commit is contained in:
Blade Barringer 2015-01-04 16:10:30 -06:00
commit 5d6da27a70

View file

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