summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.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/Isolated/v_lo_responses.json
parentChange mutation IDs so as to no longer conflict with CRT. (diff)
downloadcataclysm-dda-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/Isolated/v_lo_responses.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json
index 955640b..d947763 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json
@@ -21,7 +21,7 @@
"id": "TALK_VAMP_LONELY",
"type": "talk_topic",
"dynamic_line": {
- "u_has_trait": "THRESH_VAMP",
+ "u_has_trait": "THRESH_REAL_VAMP",
"yes": "Greetings, vampire",
"no": [ {
"u_is_wearing": "blood_necklace",
@@ -74,12 +74,12 @@
"dynamic_line": {
"u_has_trait": "isolatedvampmark",
"yes": [ {
- "u_has_trait": "THRESH_VAMP",
+ "u_has_trait": "THRESH_REAL_VAMP",
"yes": "That marking... I see you've been helping our kindred with their troubles.",
"no": "That marking... I see you've been helping my kindred with their troubles."
} ],
"no": [ {
- "u_has_trait": "THRESH_VAMP",
+ "u_has_trait": "THRESH_REAL_VAMP",
"yes": "Just like the others, you want me as a slave... I refuse, vampire.",
"no": "Just like the others, you want me as a slave... I refuse, mortal."
} ]