From 245c56099e05c8d2a7ecedb8aa4ea2636225ef38 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 16 Aug 2021 14:50:01 -0700 Subject: Make hemomancer spells able to cause friendly fire Fix several spells using the wrong target --- vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index c89234f..ef152c2 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -45,7 +45,7 @@ "name": { "str": "Crimson Haze Blind" }, "description": "Blind foes within a 4 tile radius.", "flags": [ "SILENT" ], - "valid_targets": [ "hostile", "ground" ], + "valid_targets": [ "hostile", "ally", "ground" ], "effect": "projectile_attack", "effect_str": "blind", "min_aoe": 4, -- cgit v1.2.1