summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-14 13:07:45 +0000
committerAndrei Karas <akaras@inbox.ru>2016-07-14 13:07:45 +0000
commit1e5b17b602510f0932531233849e768b743db445 (patch)
tree9f098eaea246552a0eef92a344ca865d607a3924 /npc/001-1
parent34c4509a20157a60204b90d5943a82201e68ca3d (diff)
parent884287f328b3e065be1a8e739612a86a8e1b314f (diff)
downloadserverdata-1e5b17b602510f0932531233849e768b743db445.tar.gz
serverdata-1e5b17b602510f0932531233849e768b743db445.tar.bz2
serverdata-1e5b17b602510f0932531233849e768b743db445.tar.xz
serverdata-1e5b17b602510f0932531233849e768b743db445.zip
Merge branch 'typos' into 'master'
Fixes typos and rewords several sentences. See merge request !21
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/enora.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index a40bb187..b857c24e 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.");
@@ -84,18 +84,18 @@
function enora_memories {
speech 5,
l("It's so exciting to meet somebody with amnesia!"),
- l("Do you, like, remember nothing at all? Or do you have SOME memories of your past?"),
+ l("Can't you remember anything at all? Or do you have some memories of your past?"),
l("What happens when you try to think about it?"),
l("Does your mind go all fuzzy or does it feel like your head is going to explode??"),
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,
l("You concentrate and try to summon old memories from within your mind."),
- l("Everything feels numb and looks foggy to you, but you can recall the feeling of the cold hard wood of your raft on a stormy night"),
+ l("You feel numb and everything around you looks foggy, but you can recall the feeling of the cold hard wood of your raft on a stormy night."),
l("A headache hits you and you lose your concentration.");
speech 4,
@@ -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;
}