diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-11 19:57:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-11 19:57:41 -0700 |
commit | a6ac486bf11ccf6d40c1eed845a59e09d8d457c2 (patch) | |
tree | 852513534c70d6f82910ee17709ad6f7389d1a0a /vamp_stuff | |
parent | Set blood bars to taste better when hot. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-a6ac486bf11ccf6d40c1eed845a59e09d8d457c2.tar.xz |
Switch Blood Puddle from verbal to somatic. It was the only blood magic using verbal.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json index 82b571b..45bcaa3 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json @@ -24,7 +24,7 @@ "field_intensity_increment": 0.25, "max_field_intensity": 3, "base_casting_time": 125, - "flags": [ "VERBAL", "NO_LEGS" ] + "flags": [ "SOMATIC", "NO_LEGS" ] }, { "id": "t2_blood_bloodsting", |