summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-13 11:20:19 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-13 11:45:55 +0200
commit25c9b6e07d384f4883728c8b127579ae7fb6cf9f (patch)
tree801599f900db2bbf852ad16ac78a18b135828143 /npc
parenta4395544a3fd6d058444ed1569b6424d348f267b (diff)
downloadserverdata-25c9b6e07d384f4883728c8b127579ae7fb6cf9f.tar.gz
serverdata-25c9b6e07d384f4883728c8b127579ae7fb6cf9f.tar.bz2
serverdata-25c9b6e07d384f4883728c8b127579ae7fb6cf9f.tar.xz
serverdata-25c9b6e07d384f4883728c8b127579ae7fb6cf9f.zip
Reworded some sentences about Don in enora's script and fixed other typos inside the same script.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/enora.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 66e5840d..87a14e4c 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -23,8 +23,8 @@
function enora_don {
speech 5,
- l("Don is renowned throughout the archipelagos for his forgery skills here on Artis."),
- l("It's a great honor for us, at the Legion, to hold the security of this commerce!"),
+ l("Don is renowned throughout the entire archipelagos for his blacksmith skills, and he is here, in Artis."),
+ l("It's a great honor for us, at the Legion, to hold the security of his business!"),
l("If you search for him you should look to the west of this city, it's the first house just after the left bridge, you can't miss it!"),
l("Chelios, his apprentice, practices outside, mostly.");
@@ -90,7 +90,7 @@
l("Try doing that now!");
switch (select (l("Okay, but there won't be any explosions."),
- l("Don't get too excited about it...")))
+ lg("Don't get too excited about it...")))
{
case 1:
narrator 5,
@@ -184,8 +184,8 @@
case 2:
speech 5,
l("He may not have all of his wits but keep in mind one thing:"),
- l("Don is renowned throughout the archipelagos for his forgery here on Artis."),
- l("It's a great honor for us, at the Legion, to hold the security of this commerce!");
+ l("Don is renowned throughout the entire archipelagos for his blacksmith skills, and he is here, in Artis."),
+ l("It's a great honor for us, at the Legion, to hold the security of his business!");
break;
}