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) {