diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-02 22:14:58 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-02 22:14:58 -0700 |
commit | 34ccfa4bc4d9adfbc82f271072134aeb42d2ff2f (patch) | |
tree | a0d803ddcd420964319c8b8679ff65ab5aef049f /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | |
parent | Clean up the bats json file. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-34ccfa4bc4d9adfbc82f271072134aeb42d2ff2f.tar.xz |
Explicitly mark human skin tones as cancelled by Deadened Body.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-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 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" ] }, |