summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json5
1 files changed, 2 insertions, 3 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 2001282..07ca2ad 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
@@ -258,7 +258,6 @@
"text": "*Forcefully take blood*",
"note": "Take blood by force. Mutants with traits that make biting them a bad idea. Cut/Stab Armour 5 or higher, acid, spines, but not poison.",
"condition": { "and": [
- { "not":
{ "npc_has_any_trait": [
"THICK_SCALES",
"CHITIN",
@@ -276,8 +275,8 @@
"INK_GLANDS",
"ACIDBLOOD"
]
- }
- }
+ },
+ { "not": { "npc_has_trait": "THRESH_VAMP" } }
] },
"topic": "TALK_BLOODDRINK_BY_FORCE_MUTANT"
},