From 4dfb68475b113dc0e2c698acf7ca2a2d964852a9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 08:54:27 -0700 Subject: Typo --- vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 4 ++-- 1 file 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" }, -- cgit v1.2.1