diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-03 23:10:54 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-03 23:10:54 -0800 |
commit | 3f1c7ca9c5aec01755c3ef4079f590d2f28ba98f (patch) | |
tree | 65404279914755bd90db9d029c397059a6967523 | |
parent | Fix encumbrance being listed twice instead of max_encumbrance. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-3f1c7ca9c5aec01755c3ef4079f590d2f28ba98f.tar.xz |
Fix typo in summoning greater bloodlings.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json index cead524..6381384 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json @@ -217,7 +217,7 @@ "description": "Transform a portion of the target into a greater bloodling.", "valid_targets": [ "self" ], "effect": "summon", - "effect_str": "mon_orus_bloodling)greater", + "effect_str": "mon_orus_bloodling_greater", "spell_class": "VAMP_BLOOD_spellcaster", "min_damage": 1, "max_damage": 1, |