diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 20:40:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 20:40:24 -0700 |
commit | 0c9da344e816f2082510377d17de114137d2f0f6 (patch) | |
tree | 09e60deeffae9d446b6eaef0b33d5ebb33ae9825 /vamp_stuff | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-0c9da344e816f2082510377d17de114137d2f0f6.tar.xz |
More typos in the new dialogue
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json | 10 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg2_responses.json | 6 |
2 files changed, 9 insertions, 7 deletions
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 e9d9066..f98a3c2 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 @@ -59,12 +59,9 @@ "type": "talk_topic", "dynamic_line": "I know you know where you are. *grins*.", "responses": [ - { "text": { - "u_has_trait": "THRESH_VAMP", - "no": "Geez, don't show that to me.", - "yes": "Yeah I do. *grins back*" - }, - "topic": "TALK_VAMP_UNDERGUARD1_teeth", + { "u_has_trait": "THRESH_VAMP", + "no": { "text": "Geez, don't show that to me.", "topic": "TALK_VAMP_UNDERGUARD1_teeth" }, + "yes": { "text": "Yeah I do. *grins back*", "topic": "TALK_VAMP_UNDERGUARD1_teeth" } }, { "text": "Okay, okay.", "topic": "TALK_VAMP_UNDERGUARD1" }, { "text": "Now I know where we are.", "topic": "TALK_DONE" } @@ -99,6 +96,7 @@ "u_has_trait": "THRESH_VAMP", "yes": "Vampire, You look dazzled?", "no": "Mortal, You look dazzled?" + } }, "responses": [ { diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg2_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg2_responses.json index e08dac0..a980047 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg2_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg2_responses.json @@ -97,7 +97,11 @@ { "id": "TALK_VAMP_WASTEGUARD2_whereisme", "type": "talk_topic", - "dynamic_line": { "yes": "You're at the wasteland outskirts, now move, mortal.", "no": "You're at the wasteland outskirts, now move, vampire." }, + "dynamic_line": { + "u_has_trait": "THRESH_VAMP", + "yes": "You're at the wasteland outskirts, now move, vampire.", + "no": "You're at the wasteland outskirts, now move, mortal." + }, "responses": [ { "text": "Wait. I want to know more about the area.", "topic": "TALK_VAMP_WASTEGUARD2_morelocs" }, { "text": "Okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }, |