summaryrefslogtreecommitdiff
path: root/npc-01_dialogue-fixes.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:26:08 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:26:08 -0800
commit5df800d05b7ca9e8d7d79ef33fcdcead0785b75a (patch)
tree4f49044af83273900da7a277a3e368762d0533cd /npc-01_dialogue-fixes.patch
parentFix more inconsistent ammo names (diff)
downloadcataclysm-dda-5df800d05b7ca9e8d7d79ef33fcdcead0785b75a.tar.xz
Update to 0.F.3
Port various patches from BN
Diffstat (limited to 'npc-01_dialogue-fixes.patch')
-rw-r--r--npc-01_dialogue-fixes.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc-01_dialogue-fixes.patch b/npc-01_dialogue-fixes.patch
new file mode 100644
index 0000000..cb0fabc
--- /dev/null
+++ b/npc-01_dialogue-fixes.patch
@@ -0,0 +1,23 @@
+--- a/data/json/npcs/isherwood_farm/NPC_Jack_Isherwood.json
++++ b/data/json/npcs/isherwood_farm/NPC_Jack_Isherwood.json
+@@ -180,7 +180,7 @@
+ {
+ "type": "talk_topic",
+ "id": "TALK_ISHERWOOD_JACK_TALK1",
+- "dynamic_line": "I live here with my wife, this is our family's land. My daughter's family and son live down the road.",
++ "dynamic_line": "I live here with my wife, this is our family's land. My daughter's family live down the road, and my brother-in-law with his son just past them.",
+ "responses": [
+ { "text": "Your whole family survived?", "topic": "TALK_ISHERWOOD_JACK2" },
+ { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_JACK_TOPICS" },
+
+--- a/data/json/npcs/isherwood_farm/NPC_Lisa_Isherwood.json
++++ b/data/json/npcs/isherwood_farm/NPC_Lisa_Isherwood.json
+@@ -84,7 +84,7 @@
+ {
+ "type": "talk_topic",
+ "id": "TALK_ISHERWOOD_LISA_TALK1",
+- "dynamic_line": "My family owns all the land around here, my parents are out in the barn and my other family is down he road.",
++ "dynamic_line": "My family owns all the land around here, my parents are out in the barn and my other family is down the road.",
+ "responses": [
+ { "text": "Ok, I'll go find them.", "topic": "TALK_DONE" },
+ { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LISA_TOPICS" },