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 varible to spell
This commit is contained in:
parent
0b57d42e2a
commit
4a30363bc7
2 changed files with 6769 additions and 6800 deletions
13568
dist/habitrpg-shared.js
vendored
13568
dist/habitrpg-shared.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -663,6 +663,7 @@ api.spells =
|
|||
text: t('spellSpecialSaltText')
|
||||
mana: 0
|
||||
value: 5
|
||||
immediateUse: true
|
||||
target: 'self'
|
||||
notes: t('spellSpecialSaltNotes')
|
||||
cast: (user, target) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue