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 5f31f05 215/237: Small fixe


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 5f31f05 215/237: Small fixes
Date: Mon, 25 Jul 2016 18:15:14 +0000 (UTC)

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

    Small fixes
---
 scripts/dialogues/extro.py       |    2 +-
 scripts/dialogues/talan_start.py |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/scripts/dialogues/extro.py b/scripts/dialogues/extro.py
index 4a4d550..ba7e460 100644
--- a/scripts/dialogues/extro.py
+++ b/scripts/dialogues/extro.py
@@ -2,7 +2,7 @@ import adonthell
 
 class extro:
        loop = []
-       strings = ["What is going on here? What are all these people doing in 
my room? Are you behind this, Half-Elf? I demand an explanation!", "Please calm 
down Master Fingolson. We are here to sort out this business once and for 
all.", "Sort this business out? Good ... good! It's about time, I'd say! So ... 
will that foul Elf finally return my Catseyes? I hear one was found amongst her 
belongings. And where there is one, the others shouldn't be far.", "I fear you 
are mistaken my good Dwarf.  [...]
+       strings = ["What is going on here? What are all these people doing in 
my room? Are you behind this, Half-Elf? I demand an explanation!", "Please calm 
down Master Fingolson. We are here to sort out this business once and for 
all.", "Sort this business out? Good ... good! It's about time, I'd say! So ... 
will that foul Elf finally return my Catseyes? I hear one was found amongst her 
belongings. And where there is one, the others shouldn't be far.", "I fear you 
are mistaken my good Dwarf.  [...]
 
        def set_name (self, new_name):
                pass
diff --git a/scripts/dialogues/talan_start.py b/scripts/dialogues/talan_start.py
index 6727353..33af4f7 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
@@ -337,6 +337,7 @@ class talan_start:
                self.cont.append (4)
                self.the_npc.set_val ("heard_nothing" , 1)
 
+               self.loop.append (7)
                self.player.append (-1)
 
        def answer7 (self):
@@ -528,4 +529,5 @@ class talan_start:
                self.cont.append (4)
                self.the_npc.set_val ("heard_nothing" , 1)
 
+               self.loop.append (7)
                self.player.append (-1)



reply via email to

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