summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json4
1 files changed, 2 insertions, 2 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 f9d1632..2001282 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
@@ -251,7 +251,7 @@
{
"text": "*Forcefully take blood*",
"note": "Take blood by force. Vampires.",
- "condition": { "npc_has_trait": [ "THRESH_VAMP" ] },
+ "condition": { "npc_has_trait": "THRESH_VAMP" },
"topic": "TALK_BLOODDRINK_BY_FORCE_VAMP"
},
{
@@ -285,7 +285,7 @@
"text": "*Forcefully take blood*",
"note": "Take blood by force. Humans.",
"condition": { "and": [
- { "not": { "npc_has_trait": [ "THRESH_VAMP" ] } }
+ { "not": { "npc_has_trait": "THRESH_VAMP" } }
] },
"topic": "TALK_BLOODDRINK_BY_FORCE_ALLY"
},