From ebf76f6d747852529e73a194258c6e3df1bacce5 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 2 Apr 2022 22:17:44 -0700
Subject: 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.

---
 vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'vamp_stuff/Modification_Files')

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