diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-18 02:38:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-18 02:38:21 -0700 |
commit | 5d631a7300088d17772fd9a3795f4c73c77a14f0 (patch) | |
tree | 8ad5bce4282b546fc252b9124cbe4fab873f0e01 /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | |
parent | Ghouling has finally arrived. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-5d631a7300088d17772fd9a3795f4c73c77a14f0.tar.xz |
Make the Ghoul and Thrall traits mixed.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index a393d76..3c08b4e 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -51,6 +51,7 @@ "type": "mutation", "id": "VAMP_THRALL", "name": { "str": "Your Thrall" }, + "mixed_effect": true, "points": -1, "description": "You have enslaved this Vampire to your will.", "valid": false, @@ -62,6 +63,7 @@ "type": "mutation", "id": "VAMP_GHOUL", "name": { "str": "Your Ghoul" }, + "mixed_effect": true, "points": -1, "description": "You have enslaved this Human to your will.", "valid": false, |