summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-02 22:14:58 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-02 22:14:58 -0700
commit34ccfa4bc4d9adfbc82f271072134aeb42d2ff2f (patch)
treea0d803ddcd420964319c8b8679ff65ab5aef049f
parentClean up the bats json file. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-34ccfa4bc4d9adfbc82f271072134aeb42d2ff2f.tar.xz
Explicitly mark human skin tones as cancelled by Deadened Body.
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index 201a6e1..9ad18ed 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -162,7 +162,8 @@
"armor": [ { "parts": "ALL", "bash": 10, "cut": 5, "stab": 10 } ],
"cancels": [
"ASTHMA",
- "ALBINO", "PALE", "SUNBURN"
+ "ALBINO", "PALE", "SUNBURN",
+ "SKIN_DARK", "SKIN_LIGHT", "SKIN_MEDIUM", "SKIN_PINK", "SKIN_TAN"
],
"types": [ "skin_tone" ]
},