Merge branch 'issue4454habitrpg' of https://github.com/melissamcewen/habitrpg-shared into melissamcewen-issue4454habitrpg
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user