From 882d10192948ea6d74df2dd701c51e6d54398fae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 20 Feb 2022 10:48:27 -0800 Subject: Fix that to be cancelled by Deadened Body. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index fb0c011..41088d6 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -8,7 +8,7 @@ "valid": false, "purifiable": false, "threshold": true, - "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL", "ALBINO" ], + "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ], "enchantments": [ "VAMP_ench" ], "passive_mods": { "str_mod": 2, "dex_mod": 2, "int_mod": 2, "per_mod": 2 }, "vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ] ] @@ -157,7 +157,7 @@ "description": "You look very pale and your skin is cold to the touch, and you no longer breathe nor does your heart beat. On the other hand you are immune to most conditions that would debilitate the living, as well as being resistant to regular injuries.", "valid": false, "purifiable": false, - "threshreq": [ "THRESH_VAMP" ], + "threshreq": [ "THRESH_VAMP", "ALBINO" ], "category": [ "VAMP" ], "armor": [ { "parts": "ALL", "bash": 10, "cut": 5, "stab": 10 } ], "cancels": [ -- cgit v1.2.1