diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-25 21:23:25 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-25 21:23:25 -0700 |
commit | 055146fb24d3c4e9f251c14408c226968733b02a (patch) | |
tree | 339b31eecbba46ae0e20cf3b6bfc8e9f42ec1449 /vamp_stuff/Modification_Files | |
parent | Reduce the time to drain a body of blood. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-055146fb24d3c4e9f251c14408c226968733b02a.tar.xz |
Fix blood drink trait
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 6 |
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" }, |