summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 11:35:10 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-13 11:35:10 -0800
commit5af55df66020fd8996f242346af4f659e4484dbe (patch)
tree2b5214db14f94c625fdf4a8c048b04fcae9f6192
parentFix author to authors. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-5af55df66020fd8996f242346af4f659e4484dbe.tar.xz
Replace old FOOT_EITHER/HAND_EITHER with newer versions.
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
index 18f3b7c..8fdf73b 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -14,7 +14,7 @@
"material": [ "compactblood" ],
"symbol": "[",
"color": "red",
- "covers": [ "FOOT_EITHER" ],
+ "covers": [ "foot_either" ],
"coverage": 5,
"encumbrance": 2,
"material_thickness": 1,
@@ -44,7 +44,7 @@
"material": [ "compactblood" ],
"symbol": "[",
"color": "red",
- "covers": [ "HAND_EITHER" ],
+ "covers": [ "hand_either" ],
"coverage": 5,
"encumbrance": 2,
"material_thickness": 1,