From b841be5e108f7f5c9e37d86b805ae4587a79d126 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 3 Jun 2021 12:44:56 -0700
Subject: Comment out blood drinking from allied vampires for now

---
 vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 1 +
 1 file changed, 1 insertion(+)

(limited to 'vamp_stuff/Modification_Files/NPC')

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 fc8c2e4..e164b72 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
@@ -26,6 +26,7 @@
         "text": "*Consider drinking their blood*.",
         "condition": { "and": [
           { "u_has_trait": "THRESH_VAMP" },
+          { "not": { "npc_has_trait": "THRESH_VAMP" } },
           { "not": "is_by_radio" },
           { "not": "u_driving" },
           { "not": "npc_driving" }
-- 
cgit v1.2.1