From d07f3f6784c25e5ecd57d1143b151f8600c35954 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 5 Dec 2023 11:14:05 -0800 Subject: 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 --- npc-06_lapin-update.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc-06_lapin-update.patch') 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" } ] }, -- cgit v1.2.1