diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-31 07:30:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-31 07:30:02 -0700 |
commit | 8a4d4ff563aad1e3d2663d09268b67ff606f2511 (patch) | |
tree | fffadbf464aee6d3d36bac0f62070b9264a45658 /vamp_stuff | |
parent | Another part of restoring Infection Resistant (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-8a4d4ff563aad1e3d2663d09268b67ff606f2511.tar.xz |
Fix vampire damage resistance to apply to stabbing as well.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 9f23b23..eb63213 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -151,7 +151,7 @@ "purifiable": false, "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], - "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ], + "armor": [ { "parts": "ALL", "bash": 10, "cut": 5, "stab": 10 } ], "cancels": [ "ALBINO", "PALE", "SUNBURN" ], "types": [ "skin_tone" ] }, |