From 5d631a7300088d17772fd9a3795f4c73c77a14f0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Sep 2021 02:38:21 -0700 Subject: Make the Ghoul and Thrall traits mixed. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vamp_stuff/Modification_Files/Mutation') 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, -- cgit v1.2.1