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 | |
parent | Fix folder layout (diff) | |
download | cataclysm-bn-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')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json | 2 |
2 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 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" } ] }, diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json index c68e284..fed01b9 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json @@ -89,7 +89,7 @@ "effect": { "npc_add_trait": "underguard2talkedcata" } }, { - "text": "I'm vacant for jobs.", + "text": "I'm available for work.", "topic": "TALK_VAMP_UNDERGUARD2_job", "condition": { "not": { "npc_has_trait": "underguard2talkedjob" } }, "effect": { "npc_add_trait": "underguard2talkedjob" } |