From 321258cd2784c6211df873b74fbbb21a7ee8f5c8 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Fri, 16 May 2014 06:13:33 +1000 Subject: [PATCH] change spellSpecialSnowballNotes to spellSpecialSnowballAuraNotes --- dist/habitrpg-shared.js | 2 +- script/content.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 392d521e90..8f7a7eb9ee 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -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; diff --git a/script/content.coffee b/script/content.coffee index 476060d16d..249ef13e2e 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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