diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-19 15:51:46 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-19 15:51:46 -0800 |
commit | 88639efdf7f6242f928f4856189dccdc9aedf4e7 (patch) | |
tree | 976c7e1d6bce310f1143265e16bf37364536c724 /npc-01_dialogue-fixes.patch | |
parent | Updated to 2022-01-14-1901 (diff) | |
download | cataclysm-bn-88639efdf7f6242f928f4856189dccdc9aedf4e7.tar.xz |
Updated to 2022-01-18-2023
Update npc dialogue patch for a typo in Jack Isherwood quest 1.
Diffstat (limited to 'npc-01_dialogue-fixes.patch')
-rw-r--r-- | npc-01_dialogue-fixes.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc-01_dialogue-fixes.patch b/npc-01_dialogue-fixes.patch index a7aaaa2..577fc60 100644 --- a/npc-01_dialogue-fixes.patch +++ b/npc-01_dialogue-fixes.patch @@ -21,3 +21,12 @@ "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, |