diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /npc-20_dialogue-fixes.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'npc-20_dialogue-fixes.patch')
-rw-r--r-- | npc-20_dialogue-fixes.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/npc-20_dialogue-fixes.patch b/npc-20_dialogue-fixes.patch deleted file mode 100644 index d5bd3cc..0000000 --- a/npc-20_dialogue-fixes.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- 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" }, -@@ -306,7 +306,7 @@ - { - "id": "MISSION_ISHERWOOD_JACK_1", - "type": "mission_definition", -- "name": { "str": "Find 10 3L jars" }, -+ "name": { "str": "Find 20 3L jars" }, - "goal": "MGOAL_FIND_ITEM", - "difficulty": 3, - "value": 20000, - ---- a/data/json/npcs/refugee_center/surface_refugees/NPC_Boris_Borichenko.json -+++ b/data/json/npcs/refugee_center/surface_refugees/NPC_Boris_Borichenko.json -@@ -406,7 +406,7 @@ - { - "id": "MISSION_REFUGEE_Boris_LAPTOP", - "type": "mission_definition", -- "name": { "str": "Bring Boris his son's lost writing." }, -+ "name": { "str": "Bring Boris his son's lost laptop." }, - "difficulty": 1, - "value": 0, - "goal": "MGOAL_FIND_ITEM", |