diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-27 08:54:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-27 08:54:27 -0700 |
commit | 4dfb68475b113dc0e2c698acf7ca2a2d964852a9 (patch) | |
tree | b3fc7e145714972165ad74821813f056865f093a /vamp_stuff/Modification_Files | |
parent | Add dialogue tree for drinking blood from mutant npcs. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-4dfb68475b113dc0e2c698acf7ca2a2d964852a9.tar.xz |
Typo
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 4 |
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" }, |