From 31879ae8144ba42dcfa73c89d493188e97df39d3 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 4 Feb 2022 23:46:01 -0800
Subject: Convert the blood sword spell into one effect.

---
 vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'vamp_stuff/Modification_Files')

diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
index a44967e..0f26ef2 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
@@ -24,7 +24,9 @@
         {
           "has": "WIELD",
           "condition": "ALWAYS",
-          "hit_me_effect": [ { "id": "v_hemo_whip_spell_d_maybe" } ],
+          "hit_you_effect": [
+            { "id": "v_hemo_whip_spell_d_yes" }
+          ],
           "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 } ]
         }
       ]
-- 
cgit v1.2.1