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/Wastelands_Outskirts/v_vgs_responses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json index 71306b1..02cf1c9 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_vgs_responses.json @@ -2,7 +2,7 @@ { "id": "TALK_VAMP_GUNSHOP_talkme", "type": "talk_topic", - "dynamic_line": { "u_has_trait": "THRESH_VAMP", "yes": "Vampire! Struggling with unlife?", "no": "Mortal! Struggling to live?" }, + "dynamic_line": { "u_has_trait": "THRESH_REAL_VAMP", "yes": "Vampire! Struggling with unlife?", "no": "Mortal! Struggling to live?" }, "responses": [ { "text": "Yes, and true.", "topic": "TALK_VAMP_GUNSHOP_maintalk" } ] }, { -- cgit v1.2.1