diff options
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 } ]          }        ] | 
