summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-27 08:54:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-27 08:54:27 -0700
commit4dfb68475b113dc0e2c698acf7ca2a2d964852a9 (patch)
treeb3fc7e145714972165ad74821813f056865f093a
parentAdd dialogue tree for drinking blood from mutant npcs. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-4dfb68475b113dc0e2c698acf7ca2a2d964852a9.tar.xz
Typo
-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"
},