diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-09 00:53:46 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-09 00:53:46 -0800 |
commit | 6257fd46cdd23262557ccbb154a1039ab0148bae (patch) | |
tree | 8478ccf29f5793e74edce46c190ee2facc5a0cca /vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated | |
parent | Fix folder layout (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-6257fd46cdd23262557ccbb154a1039ab0148bae.tar.xz |
Many updates to get this mod working properly. See the readme.
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json | 4 |
1 files changed, 2 insertions, 2 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 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" } ] }, |