diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 09:59:56 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 09:59:56 -0800 |
commit | d43f701184732ddca7b213a4c47674e3c4b56752 (patch) | |
tree | 2dfb12cf07793f9a0fd2114575923fced31ede9e /vamp_stuff | |
parent | Fix several uses of note to // (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-d43f701184732ddca7b213a4c47674e3c4b56752.tar.xz |
Typo
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 2 |
1 files changed, 1 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 a03e7ba..e4fbfce 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -15,7 +15,7 @@ "symbol": "/", "color": "light_red", "techniques": [ "PRECISE", "RAPID_2", "WBLOCK_2" ], - "qaulities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ], + "qualities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ], "flags": [ "UNBREAKABLE_MELEE", "SHEATH_SWORD", |