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 95f5a33 223/237: FIXED some


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 95f5a33 223/237: FIXED some typos
Date: Mon, 25 Jul 2016 18:15:14 +0000 (UTC)

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

    FIXED some typos
---
 scripts/dialogues/fellnir_start.py    |    2 +-
 scripts/dialogues/silverhair_start.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/dialogues/fellnir_start.py 
b/scripts/dialogues/fellnir_start.py
index 4bb84cd..fa7f4cc 100644
--- a/scripts/dialogues/fellnir_start.py
+++ b/scripts/dialogues/fellnir_start.py
@@ -44,7 +44,7 @@ class fellnir_start:
 
                        self.player.append (6)
                        self.cont.append (5)
-               elif adonthell.gamedata_get_quest("demo").get_val 
("told_on_talan") == 1:
+               elif adonthell.gamedata_get_character("Lucia Redwyne").get_val 
("refuses_key") == 1 and adonthell.gamedata_get_quest("demo").get_val 
("pantry_locked") != 2:
 
                        self.player.append (5)
                        self.cont.append (4)
diff --git a/scripts/dialogues/silverhair_start.py 
b/scripts/dialogues/silverhair_start.py
index f15c781..6092a2b 100644
--- a/scripts/dialogues/silverhair_start.py
+++ b/scripts/dialogues/silverhair_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class silverhair_start:
        loop = []
-       strings = ["Oh!!", "$name, have you found anything yet?  This 
confinement is intolerable, as you may well understand.", "Mistress!  Mistress! 
 $name has come!", "Yes, yes dear, I see him.  Please calm yourself.  $name, I 
am relieved to see you.  This situation has clearly gone beyond any civil 
control.", "That is certain, my lady.  I am told you are suspected of theft.", 
"Theft indeed, and theft most grave. This Fingolson may be uncouth, but he 
bears considerable influence. A theft from [...]
+       strings = ["Oh!!", "$name, have you found anything yet?  This 
confinement is intolerable, as you may well understand.", "Mistress!  Mistress! 
 $name has come!", "Yes, yes dear, I see him.  Please calm yourself.  $name, I 
am relieved to see you.  This situation has clearly gone beyond any civil 
control.", "That is certain, my lady.  I am told you are suspected of theft.", 
"Theft indeed, and theft most grave. This Fingolson may be uncouth, but he 
bears considerable influence. A theft from [...]
 
        def set_name (self, new_name):
                pass



reply via email to

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