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
4
dist/habitrpg-shared.js
vendored
4
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;
|
||||
|
|
@ -13843,4 +13843,4 @@ api.wrap = function(user, main) {
|
|||
|
||||
|
||||
}).call(this,require("/home/matteo/Development/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/home/matteo/Development/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/home/matteo/Development/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
|
|
|
|||
|
|
@ -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