summaryrefslogtreecommitdiff
path: root/npc-06_lapin-update.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-05 11:14:05 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-05 11:14:05 -0800
commitd07f3f6784c25e5ecd57d1143b151f8600c35954 (patch)
tree908f7e7490b5645c02ee12cec1b46e9c076e57b1 /npc-06_lapin-update.patch
parentBackport fam fixes and more power armor changes. (diff)
downloadcataclysm-bn-d07f3f6784c25e5ecd57d1143b151f8600c35954.tar.xz
Fix Mr Lapin meet the Isherwood quest looping.
Backport street light additions Rename farm mapgen fix patch Backport campground mapgen fixes Backport tileset updates Backport energy weapon mod fixes Backport mechsuit ID card fixes
Diffstat (limited to 'npc-06_lapin-update.patch')
-rw-r--r--npc-06_lapin-update.patch8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc-06_lapin-update.patch b/npc-06_lapin-update.patch
index d568b6e..b1938f4 100644
--- a/npc-06_lapin-update.patch
+++ b/npc-06_lapin-update.patch
@@ -17,11 +17,15 @@
{ "text": "Well, bye.", "topic": "TALK_DONE" }
]
},
-@@ -68,10 +69,33 @@
+@@ -68,10 +69,37 @@
"dynamic_line": "People come to me to learn how to keep rabbits. They learn and they go. I like to think I'm making the world better.",
"responses": [
{ "text": "…", "topic": "TALK_WARRENER" },
-+ { "text": "Anyone nearby I should meet?", "topic": "TALK_WARRENER_ISHERWOOD" },
++ {
++ "text": "Anyone nearby I should meet?",
++ "topic": "TALK_WARRENER_ISHERWOOD",
++ "condition": { "u_has_var": "u_met_carlos_isherwood", "type": "general", "context": "meeting", "value": "no" }
++ },
{ "text": "That sounds optimistic?", "topic": "TALK_WARRENER_WORLD_OPTIMISTIC" }
]
},