Compiled version of adjustment to spells

This commit is contained in:
Blade Barringer
2015-01-04 16:15:36 -06:00
parent 5d6da27a70
commit a54e1cd448
+3
View File
@@ -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) {