From a54e1cd448518cf6d3639aedb7a12eed5fac12b4 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 4 Jan 2015 16:15:36 -0600 Subject: [PATCH] Compiled version of adjustment to spells --- dist/habitrpg-shared.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index dd8c858ad9..de1ecbf72d 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -12436,6 +12436,7 @@ api.spells = { text: t('spellSpecialSaltText'), mana: 0, value: 5, + immediateUse: true, target: 'self', notes: t('spellSpecialSaltNotes'), cast: function(user, target) { @@ -12463,6 +12464,7 @@ api.spells = { text: t('spellSpecialOpaquePotionText'), mana: 0, value: 5, + immediateUse: true, target: 'self', notes: t('spellSpecialOpaquePotionNotes'), cast: function(user, target) { @@ -12474,6 +12476,7 @@ api.spells = { text: t('nyeCard'), mana: 0, value: 10, + immediateUse: true, target: 'user', notes: t('nyeCardNotes'), cast: function(user, target) {