adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-3 192711b 49/50: FIXED [#1013


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-3 192711b 49/50: FIXED [#101334] Need not talk to Orloth in order to soothe Lucia
Date: Mon, 25 Jul 2016 18:15:34 +0000 (UTC)

tag: Release_0-3-3
commit 192711bd55d4176c4de1632e4a1b7580b2f833f4
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    FIXED [#101334] Need not talk to Orloth in order to soothe Lucia
---
 scripts/dialogues/lucia_start.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/dialogues/lucia_start.py b/scripts/dialogues/lucia_start.py
index 501c26e..8f5291e 100755
--- a/scripts/dialogues/lucia_start.py
+++ b/scripts/dialogues/lucia_start.py
@@ -154,7 +154,7 @@ class lucia_start (dialogue.base):
                "adonthell.gamedata_get_quest(\"demo\").set_val 
(\"know_talan_singing\" , 1)\n",\
                "self.talked_about_fingolson = 1\nself.asked_about_noise = 
1\n",\
                "adonthell.gamedata_get_quest(\"demo\").set_val 
(\"pantry_locked\" , 2)\n",\
-               "self.the_npc.set_val (\"refuses_key\" , 1)\n",\
+               "self.the_npc.set_val (\"refuses_key\" , 
1)\nadonthell.gamedata_get_quest(\"demo\").set_val (\"soothe_lucia\" , 1)\n",\
                "adonthell.gamedata_get_quest(\"demo\").set_val 
(\"soothe_lucia\" , 0)\nadonthell.gamedata_get_quest(\"demo\").set_val 
(\"told_on_talan\" , 3)\nadonthell.gamedata_get_quest(\"demo\").set_val 
(\"pantry_locked\" , 2)\n"]
 
        # -- (speaker, code, ((text, operation, condition), ...))
@@ -269,7 +269,7 @@ class lucia_start (dialogue.base):
                ("Default", -1, ((108, 0, -1), )),\
                ("Narrator", -1, ()),\
                (None, -1, ((110, 0, -1), )),\
-               ("Default", 10, ((95, 0, -1), (111, 0, -1), )),\
+               ("Default", 10, ((117, 0, 13), (95, 0, -1), (111, 0, -1), )),\
                (None, -1, ((112, 0, -1), )),\
                ("Default", -1, ((113, 0, -1), (115, 0, -1), )),\
                (None, -1, ((114, 0, -1), )),\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]