diff options
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index 45388d1..6214619 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -37,7 +37,7 @@ "description": "Heals the caster for 2 to 40 pain.", "sprite": "fd_blood", "max_level": 20, - "flags": [ "SILENT" ], + "flags": [ "SILENT", "PAIN_NORESIST" ], "valid_targets": [ "self" ], "effect": "recover_energy", "effect_str": "PAIN", @@ -53,7 +53,7 @@ "description": "Heals the ally for 30 to 60 pain.", "sprite": "fd_blood", "max_level": 30, - "flags": [ "SILENT" ], + "flags": [ "SILENT", "PAIN_NORESIST" ], "valid_targets": [ "ally" ], "effect": "recover_energy", "effect_str": "PAIN", @@ -201,7 +201,7 @@ "name": { "str": "Drain Heal Pain" }, "description": "Heals the caster for 25 pain.", "sprite": "fd_blood", - "flags": [ "SILENT" ], + "flags": [ "SILENT", "PAIN_NORESIST" ], "valid_targets": [ "self" ], "effect": "recover_energy", "effect_str": "PAIN", |