From aa6abeecaa83642788238f5a729ed42453122539 Mon Sep 17 00:00:00 2001 From: Melissa Mcewen Date: Thu, 1 Jan 2015 14:47:04 -0600 Subject: [PATCH] Salt spell doesn't check to see if you have enough Gold #4454 adding immediate use varibles to other spells --- script/content.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/content.coffee b/script/content.coffee index 49a82f277a..7fc1aca4ec 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -686,6 +686,7 @@ api.spells = text: t('spellSpecialOpaquePotionText') mana: 0 value: 5 + immediateUse: true target: 'self' notes: t('spellSpecialOpaquePotionNotes') cast: (user, target) -> @@ -696,6 +697,7 @@ api.spells = text: t('nyeCard') mana: 0 value: 10 + immediateUse: true target: 'user' notes: t('nyeCardNotes') cast: (user, target) ->