mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Merge pull request #215 from Alys/develop
change spellSpecialSnowballNotes to spellSpecialSnowballAuraNotes
This commit is contained in:
commit
a78dcabddd
2 changed files with 3 additions and 3 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -11045,7 +11045,7 @@ api.spells = {
|
|||
mana: 0,
|
||||
value: 1,
|
||||
target: 'user',
|
||||
notes: t('spellSpecialSnowballNotes'),
|
||||
notes: t('spellSpecialSnowballAuraNotes'),
|
||||
cast: function(user, target) {
|
||||
var _base;
|
||||
target.stats.buffs.snowball = true;
|
||||
|
|
|
|||
|
|
@ -522,7 +522,7 @@ api.spells =
|
|||
mana: 0
|
||||
value: 1
|
||||
target: 'user'
|
||||
notes: t('spellSpecialSnowballNotes')
|
||||
notes: t('spellSpecialSnowballAuraNotes')
|
||||
cast: (user, target) ->
|
||||
target.stats.buffs.snowball = true
|
||||
target.achievements.snowball ?= 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue