summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json6
1 files 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"
},