adonthell-commits
[Top][All Lists]
Advanced

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

[adonthell-wastesedge-commits] Release_0-3-1 f286520 193/237: ADDED line


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 f286520 193/237: ADDED line about Frostbloom's noise
Date: Mon, 25 Jul 2016 18:15:11 +0000 (UTC)

tag: Release_0-3-1
commit f286520d80c794180c5a1bb71958e62fda0bec5c
Author: adondev <adondev>
Commit: adondev <adondev>

    ADDED line about Frostbloom's noise
---
 scripts/dialogues/talan_start.py |   26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/scripts/dialogues/talan_start.py b/scripts/dialogues/talan_start.py
index 8845a33..b3f84f6 100755
--- a/scripts/dialogues/talan_start.py
+++ b/scripts/dialogues/talan_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class talan_start:
        loop = []
-       strings = ["Oh, hullo again, $name.", "Listen, I really am sorry about 
that fuss at the gate. I hope you will not hold it against me.", "Please do not 
mention it again. I assure you that I hold no grudge against you.", "Oh... 
that. Yes, how may I help you?", "Hello, Talan. Look, I have a couple more 
questions about the theft.", "In the morning, of course, I heard that Master 
Fingolson's gems had been stolen and that Lady Silverhair was suspected of the 
theft.", "So you did not see or he [...]
+       strings = ["Oh, hullo again, $name.", "Listen, I really am sorry about 
that fuss at the gate. I hope you will not hold it against me.", "Please do not 
mention it again. I assure you that I hold no grudge against you.", "Oh... 
that. Yes, how may I help you?", "Hello, Talan. Look, I have a couple more 
questions about the theft.", "In the morning, of course, I heard that Master 
Fingolson's gems had been stolen and that Lady Silverhair was suspected of the 
theft.", "So you did not see or he [...]
 
        def set_name (self, new_name):
                pass
@@ -17,7 +17,7 @@ class talan_start:
                self.the_player = p
                self.the_npc = n
 
-               self.dialogue = [self.start, self.answer2, self.answer4, 
self.answer6, self.answer7, self.answer10, self.answer11, self.answer13, 
self.answer15, self.answer18, self.answer20, self.answer23, self.answer25, 
self.answer27, self.answer28, self.answer29, self.answer31, self.answer32, 
self.answer35, self.answer36, self.answer39, self.answer44, self.answer49, 
self.answer50, self.answer51, self.answer54, self.answer55, self.answer56, 
self.answer57, self.answer58, self.answer60, self.answer61,  [...]
+               self.dialogue = [self.start, self.answer2, self.answer4, 
self.answer6, self.answer7, self.answer10, self.answer11, self.answer13, 
self.answer15, self.answer18, self.answer20, self.answer23, self.answer25, 
self.answer27, self.answer28, self.answer29, self.answer31, self.answer32, 
self.answer35, self.answer36, self.answer39, self.answer44, self.answer49, 
self.answer50, self.answer51, self.answer54, self.answer55, self.answer56, 
self.answer57, self.answer58, self.answer60, self.answer61,  [...]
 
        def clear (self):
                del self.dialogue
@@ -347,6 +347,10 @@ class talan_start:
                self.cont.append (-1)
                self.player.append (23)
                self.cont.append (11)
+               if adonthell.gamedata_get_quest("demo").get_val ("know_noise") 
== 2:
+
+                       self.player.append (77)
+                       self.cont.append (42)
                if adonthell.gamedata_get_quest("demo").get_val 
("know_olivers_noise") == 1:
 
                        self.player.append (67)
@@ -456,6 +460,24 @@ class talan_start:
 
                pass
 
+       def answer169 (self):
+               if adonthell.gamedata_get_quest("demo").get_val ("know_noise") 
== 2:
+
+               self.color = self.the_npc.get_color()
+               self.npc.append (78)
+               self.cont.append (43)
+               self.player.append (-1)
+
+       def answer171 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (79)
+               self.cont.append (-1)
+               if adonthell.gamedata_get_quest("demo").get_val 
("know_talan_singing") == 1:
+
+                       self.player.append (20)
+                       self.cont.append (10)
+               self.player.append (-1)
+
        def answer23 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (24)



reply via email to

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