From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- .../NPC/v_npc_responds/Isolated/v_lo_responses.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json') 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 d633202..c486990 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 @@ -44,11 +44,11 @@ { "text": "About that quest...", "topic": "TALK_MISSION_INQUIRE", "condition": "has_assigned_mission" }, { "text": "Ummm... You want to stick with me?", "topic": "TALK_VAMP_LONELY_wego" }, { - "text": "I'm vacant for your needs.", + "text": "I'm available for work.", "topic": "TALK_VAMP_LONELY_testsdone", "condition": { "and": [ { "npc_has_trait": "isolatedtestsdone" }, { "not": { "u_has_trait": "isolatedvampmark" } } ] } }, - { "text": "I'm vacant for your needs.", "topic": "TALK_MISSION_LIST", "condition": "has_available_mission" }, + { "text": "I'm available for work.", "topic": "TALK_MISSION_LIST", "condition": "has_available_mission" }, { "text": "Sorry to bother.", "topic": "TALK_DONE" } ] }, -- cgit v1.2.1