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 fc01b86 192/237: FIXED typo


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 fc01b86 192/237: FIXED typo
Date: Mon, 25 Jul 2016 18:15:11 +0000 (UTC)

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

    FIXED typo
---
 scripts/dialogues/orloth_start.py |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/scripts/dialogues/orloth_start.py 
b/scripts/dialogues/orloth_start.py
index 15b2be2..880b759 100755
--- a/scripts/dialogues/orloth_start.py
+++ b/scripts/dialogues/orloth_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class orloth_start:
        loop = []
-       strings = ["This appears to be the Innkeeper and owner of the place. He 
seems lost in thought and it looks as if he hasn't slept much lately. His 
worried face brightens up as you approach though, and his voice is warm and 
friendly:", "Welcome to Waste's Edge, traveller. Here you shall find the 
pleasures of a hot meal and bath if you desire. And safe and comfortable 
lodging.", "But excuse me sir, I talk and talk and haven't even introduced 
myself. Orloth's the name, sir. Orloth Redwyne,  [...]
+       strings = ["This appears to be the Innkeeper and owner of the place. He 
seems lost in thought and it looks as if he hasn't slept much lately. His 
worried face brightens up as you approach though, and his voice is warm and 
friendly:", "Welcome to Waste's Edge, traveller. Here you shall find the 
pleasures of a hot meal and bath if you desire. And safe and comfortable 
lodging.", "But excuse me sir, I talk and talk and haven't even introduced 
myself. Orloth's the name, sir. Orloth Redwyne,  [...]
 
        def set_name (self, new_name):
                pass
@@ -17,7 +17,7 @@ class orloth_start:
                self.the_player = p
                self.the_npc = n
 
-               self.dialogue = [self.start, self.answer0, self.answer1, 
self.answer3, self.answer4, self.answer6, self.answer7, self.answer9, 
self.answer10, self.answer11, self.answer13, self.answer15, self.answer16, 
self.answer17, self.answer18, self.answer20, self.answer21, self.answer22, 
self.answer24, self.answer28, self.answer29, self.answer30, self.answer32, 
self.answer33, self.answer35, self.answer37, self.answer38, self.answer40, 
self.answer42, self.answer43, self.answer45, self.answer46, sel [...]
+               self.dialogue = [self.start, self.answer0, self.answer1, 
self.answer3, self.answer4, self.answer6, self.answer7, self.answer9, 
self.answer10, self.answer11, self.answer13, self.answer15, self.answer16, 
self.answer17, self.answer18, self.answer20, self.answer21, self.answer22, 
self.answer24, self.answer28, self.answer29, self.answer30, self.answer32, 
self.answer33, self.answer35, self.answer37, self.answer38, self.answer40, 
self.answer42, self.answer43, self.answer45, self.answer46, sel [...]
 
        def clear (self):
                del self.dialogue
@@ -786,7 +786,7 @@ class orloth_start:
                        self.cont.append (29)
                self.player.append (-1)
 
-       def answer266 (self):
+       def answer121 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (124)
                self.cont.append (-1)
@@ -794,7 +794,7 @@ class orloth_start:
                self.cont.append (93)
                self.player.append (-1)
 
-       def answer276 (self):
+       def answer126 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (127)
                self.cont.append (-1)
@@ -804,7 +804,7 @@ class orloth_start:
                self.cont.append (96)
                self.player.append (-1)
 
-       def answer284 (self):
+       def answer130 (self):
                adonthell.gamedata_get_quest("demo").set_val ("soothe_lucia" , 
1)
 
                self.color = self.the_npc.get_color()
@@ -812,7 +812,7 @@ class orloth_start:
                self.cont.append (-1)
                self.player.append (-1)
 
-       def answer280 (self):
+       def answer128 (self):
                adonthell.gamedata_get_quest("demo").set_val ("soothe_lucia" , 
1)
 
                self.color = self.the_npc.get_color()
@@ -820,13 +820,13 @@ class orloth_start:
                self.cont.append (95)
                self.player.append (-1)
 
-       def answer282 (self):
+       def answer129 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (133)
                self.cont.append (-1)
                self.player.append (-1)
 
-       def answer268 (self):
+       def answer122 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (123)
                self.cont.append (-1)
@@ -836,7 +836,7 @@ class orloth_start:
                        self.cont.append (92)
                self.player.append (-1)
 
-       def answer274 (self):
+       def answer125 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (131)
                self.cont.append (-1)



reply via email to

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