summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-02 22:17:44 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-02 22:17:44 -0700
commitebf76f6d747852529e73a194258c6e3df1bacce5 (patch)
tree30db90d0392b68b178145333e95ad614955f5b0d
parentExplicitly mark human skin tones as cancelled by Deadened Body. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-ebf76f6d747852529e73a194258c6e3df1bacce5.tar.xz
Explicitly mark human eye colours to be cancelled by Red Iris.
Like the skin tones, this was not being cancelled despite being part of the eye_color group.
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index 9ad18ed..8cb7fb1 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -123,7 +123,10 @@
"valid": false,
"purifiable": false,
"threshreq": [ "THRESH_VAMP" ],
- "cancels": [ "BIRD_EYE", "CEPH_EYES", "COMPOUND_EYES", "ELFAEYES", "FEL_EYE", "LIZ_EYE", "URSINE_EYE" ],
+ "cancels": [
+ "BIRD_EYE", "CEPH_EYES", "COMPOUND_EYES", "ELFAEYES", "FEL_EYE", "LIZ_EYE", "URSINE_EYE",
+ "eye_blue", "eye_brown", "eye_hazel", "eye_amber", "eye_gray", "eye_green"
+ ],
"category": [ "VAMP" ],
"social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 },
"types": [ "eye_color" ]