From f062a829b661fed17d860cb3b167dad254244a00 Mon Sep 17 00:00:00 2001 From: jc_gargma <jc_gargma@iserlohn-fortress.net> Date: Sat, 15 Jan 2022 17:39:54 -0800 Subject: Updated to 2022-01-14-1901 Fix drone volume patch. Remove obsolete quiverfull stairs fix. Fix dialogue typos. Fix duplicate Isherwood Farm mission. Rename custom patch to actually describe the purpose. Implement faster pain recovery traits. --- npc-01_dialogue-fixes.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 npc-01_dialogue-fixes.patch (limited to 'npc-01_dialogue-fixes.patch') diff --git a/npc-01_dialogue-fixes.patch b/npc-01_dialogue-fixes.patch new file mode 100644 index 0000000..a7aaaa2 --- /dev/null +++ b/npc-01_dialogue-fixes.patch @@ -0,0 +1,23 @@ +--- 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" }, + +--- a/data/json/npcs/isherwood_farm/NPC_Jack_Isherwood.json ++++ b/data/json/npcs/isherwood_farm/NPC_Jack_Isherwood.json +@@ -179,7 +179,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" }, -- cgit v1.2.1