diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-30 21:22:49 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-30 21:22:49 -0800 |
commit | 7e615629b091e32e1af47404a13c9163173238b0 (patch) | |
tree | 156326af5002faddbd38e765ae9fa7560448c972 | |
parent | Brackets. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-7e615629b091e32e1af47404a13c9163173238b0.tar.xz |
Mark Red Iris as an eye_color to make it conflict with other eye colors.
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 3 |
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 e9e3427..201a6e1 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -125,7 +125,8 @@ "threshreq": [ "THRESH_VAMP" ], "cancels": [ "BIRD_EYE", "CEPH_EYES", "COMPOUND_EYES", "ELFAEYES", "FEL_EYE", "LIZ_EYE", "URSINE_EYE" ], "category": [ "VAMP" ], - "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 } + "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 }, + "types": [ "eye_color" ] }, { "type": "mutation", |