diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-03 12:44:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-03 12:44:56 -0700 |
commit | b841be5e108f7f5c9e37d86b805ae4587a79d126 (patch) | |
tree | a4c69b54b84d9c88109fff12465e1cd17730bc8f /vamp_stuff/Modification_Files | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-b841be5e108f7f5c9e37d86b805ae4587a79d126.tar.xz |
Comment out blood drinking from allied vampires for now
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 1 |
1 files changed, 1 insertions, 0 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 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" } |