summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2017-01-20 13:36:46 +0400
committerAlige <gauvain.dauchy@free.fr>2017-01-20 13:36:46 +0400
commitd18d71cbff7209f2bb8a8b82cbb99034111f1a6e (patch)
tree313738de0c972c54674801782fd81347cdee6db9
parent808091a9782e019a6734581be5836c5f68844bc3 (diff)
downloadserverdata-d18d71cbff7209f2bb8a8b82cbb99034111f1a6e.tar.gz
serverdata-d18d71cbff7209f2bb8a8b82cbb99034111f1a6e.tar.bz2
serverdata-d18d71cbff7209f2bb8a8b82cbb99034111f1a6e.tar.xz
serverdata-d18d71cbff7209f2bb8a8b82cbb99034111f1a6e.zip
Updated missing male/female translation attributes to some scripts.
-rw-r--r--npc/001-2-33/lozerk.txt8
-rw-r--r--npc/001-2-34/samantha.txt2
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-33/lozerk.txt b/npc/001-2-33/lozerk.txt
index 1bae9105..8e0afec4 100644
--- a/npc/001-2-33/lozerk.txt
+++ b/npc/001-2-33/lozerk.txt
@@ -21,13 +21,13 @@
function send_training {
speech 5,
- l("Oh, you were sent by Enora!"),
- l("If Enora thinks this is the right place for you, then she's probably be right. She's a lieutenant of the Legion, you know?"),
+ lg("Oh, you were sent by Enora!"),
+ l("If Enora thinks this is the right place for you, then she's probably be right. Did you know she's a lieutenant of the Legion?"),
l("The rank of lieutenant is granted only to people with proper control of their skill and good judgment, like Enora. Or me, of course."),
- l("By the way, I am Lozerk. Lieutenant Lozerk.");
+ l("By the way, I'm Lozerk. Lieutenant Lozerk.");
select(l("Pleasure to meet you. I am @@.", strcharinfo(PC_NAME)));
speech 5,
- l("Oh, you are that person! You were stranded in the seas for a while, right? You look like it."),
+ lg("Oh, you are that person! You were stranded in the seas for a while, right? You look like it."),
l("But don't you worry! I don't know how to get you back your memories, but we can work on your muscles for now!"),
lg("After all, this is the Legion of Aemil! You want to be a great warrior? We'll make you one here!"),
l("For starters, you should probably do some stretching and practice on some dummies in our training room."),
diff --git a/npc/001-2-34/samantha.txt b/npc/001-2-34/samantha.txt
index 5ee7d2d5..f49e15aa 100644
--- a/npc/001-2-34/samantha.txt
+++ b/npc/001-2-34/samantha.txt
@@ -6,7 +6,7 @@
001-2-34,29,27,0 script Samantha NPC_SAMANTHA,{
mesn;
- mesq l("Look who we have here, did you come for a training session?");
+ mesq lg("Look who we have here, did you come for a training session?");
goto L_Close;