From 055146fb24d3c4e9f251c14408c226968733b02a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 25 May 2021 21:23:25 -0700 Subject: Fix blood drink trait --- .../Modification_Files/NPC/v_npc_responds/blood-drinking.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json index d825b3a..f2b3e70 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json @@ -356,7 +356,7 @@ "text": "I'm sorry Sire! I shouldn't have asked!", "condition": { "npc_has_trait": "VAMP_SIRE", - "not": { "npc_has_effect": "vamp_sire_forgiven" } + "not": { "npc_has_trait": "vamp_sire_forgiven" } }, "trial": { "type": "PERSUADE", "difficulty": 30 }, "success": { "topic": "TALK_DONE", "opinion": { "trust": -2, "anger": 2 } }, @@ -511,7 +511,7 @@ "text": "I'm sorry Sire! I shouldn't have tried that!", "condition": { "and": [ { "npc_has_trait": "VAMP_SIRE" }, - { "not": { "npc_has_effect": "vamp_sire_forgiven" } } + { "not": { "npc_has_trait": "vamp_sire_forgiven" } } ] }, "trial": { "type": "PERSUADE", "difficulty": 30 }, "success": { "topic": "TALK_BLOODDRINK_BY_FORCE_VAMP_GROVEL", "opinion": { "trust": -1, "anger": 1 } }, @@ -521,7 +521,7 @@ "text": "I'm sorry Sire! I shouldn't have tried that!", "condition": { "and": [ { "npc_has_trait": "VAMP_SIRE" }, - { "npc_has_effect": "vamp_sire_forgiven" } + { "npc_has_trait": "vamp_sire_forgiven" } ] }, "topic": "TALK_BLOODDRINK_BY_FORCE_VAMP_GROVEL_TWICE" }, -- cgit v1.2.1