diff --git a/script/content.coffee b/script/content.coffee index 8f4b8799cd..6888213674 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -663,6 +663,7 @@ api.spells = text: t('spellSpecialSaltText') mana: 0 value: 5 + immediateUse: true target: 'self' notes: t('spellSpecialSaltNotes') cast: (user, target) -> @@ -685,6 +686,7 @@ api.spells = text: t('spellSpecialOpaquePotionText') mana: 0 value: 5 + immediateUse: true target: 'self' notes: t('spellSpecialOpaquePotionNotes') cast: (user, target) -> @@ -695,6 +697,7 @@ api.spells = text: t('nyeCard') mana: 0 value: 10 + immediateUse: true target: 'user' notes: t('nyeCardNotes') cast: (user, target) ->