From 8a4d4ff563aad1e3d2663d09268b67ff606f2511 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 31 Jul 2021 07:30:02 -0700
Subject: Fix vampire damage resistance to apply to stabbing as well.

---
 vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'vamp_stuff/Modification_Files/Mutation')

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" ]
   },
-- 
cgit v1.2.1