From 0c878c9a219b12cdee5b771650ac5e1cd098a661 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 12 Sep 2022 01:43:35 -0700 Subject: Fix a bunch of places I forgot to update the vampirism trait ID. --- .../NPC/v_npc_responds/Underrefugee/v_ut_responses.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ut_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ut_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ut_responses.json index f2ef763..336efbf 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ut_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ut_responses.json @@ -22,7 +22,7 @@ "dynamic_line": { "u_is_wearing": "blood_necklace", "yes": { - "u_has_trait": "THRESH_VAMP", + "u_has_trait": "THRESH_REAL_VAMP", "yes": "Do you need something, vampire?", "no": "Do you need something, mortal?" }, @@ -80,7 +80,7 @@ "id": "TALK_VAMP_UNDERTRADER_artifact", "type": "talk_topic", "dynamic_line": { - "u_has_trait": "THRESH_VAMP", + "u_has_trait": "THRESH_REAL_VAMP", "yes": "Our master wants to help the last surviving humans by sharing our power with them. But he has made clear we are not giving these away, so they will need lots of valuables or cash to purchase our items.", "no": "Our master wants to help the last surviving humans by sharing our power with you all. But he has made clear we are not giving these away, so you will need lots of valuables or cash to purchase our items." }, @@ -90,7 +90,7 @@ "id": "TALK_VAMP_UNDERTRADER_trading", "type": "talk_topic", "dynamic_line": { - "u_has_trait": "THRESH_VAMP", + "u_has_trait": "THRESH_REAL_VAMP", "yes": "I don't know. Our master said we have to accept any human valuables you have found in your travels.", "no": "I don't know. Our master said we have to accept any valuables you humans have found in your travels." }, @@ -114,7 +114,7 @@ "id": "TALK_VAMP_UNDERTRADER_him", "type": "talk_topic", "dynamic_line": { - "u_has_trait": "THRESH_VAMP", + "u_has_trait": "THRESH_REAL_VAMP", "yes": "No. HE shall remain a mystery to you.", "no": "Nope. HE remains a mystery to all of your kind." }, -- cgit v1.2.1