diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-02 22:17:44 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-02 22:17:44 -0700 |
commit | ebf76f6d747852529e73a194258c6e3df1bacce5 (patch) | |
tree | 30db90d0392b68b178145333e95ad614955f5b0d /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | |
parent | Explicitly mark human skin tones as cancelled by Deadened Body. (diff) | |
download | cataclysm-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.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 5 |
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" ] |