summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-12 01:43:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-12 01:43:35 -0700
commit0c878c9a219b12cdee5b771650ac5e1cd098a661 (patch)
treefd6aaebf4454134a0d3b9243197102bf3ad11867 /vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
parentChange mutation IDs so as to no longer conflict with CRT. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-0c878c9a219b12cdee5b771650ac5e1cd098a661.tar.xz
Fix a bunch of places I forgot to update the vampirism trait ID.
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
index a09e352..75de780 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
@@ -7,8 +7,8 @@
{
"text": "*Consider making your follower into a vampire*.",
"condition": { "and": [
- { "u_has_trait": "THRESH_VAMP" },
- { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "u_has_trait": "THRESH_REAL_VAMP" },
+ { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
{ "not": { "npc_has_trait": "VAMP_GHOUL" } },
{ "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },