Merge pull request #215 from Alys/develop

change spellSpecialSnowballNotes to spellSpecialSnowballAuraNotes
This commit is contained in:
Matteo Pagliazzi 2014-05-15 22:56:31 +02:00
commit a78dcabddd
2 changed files with 3 additions and 3 deletions

View file

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

View file

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