summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-06-14 20:05:41 +0200
committerAlige <gauvain.dauchy@free.fr>2016-06-14 20:06:30 +0200
commit09dbf761079195d8dfa5a04fc11fe6c1dea40604 (patch)
tree1c71551198568c7a05ca6da3c360f05b17656965
parentda4e9740102ea6df4b070fe4a0f0652a6779b72d (diff)
downloadserverdata-09dbf761079195d8dfa5a04fc11fe6c1dea40604.tar.gz
serverdata-09dbf761079195d8dfa5a04fc11fe6c1dea40604.tar.bz2
serverdata-09dbf761079195d8dfa5a04fc11fe6c1dea40604.tar.xz
serverdata-09dbf761079195d8dfa5a04fc11fe6c1dea40604.zip
Fixed some missings girl/boy feature in some scripts.
-rw-r--r--npc/000-2-1/chefgado.txt2
-rw-r--r--npc/001-2-39/qanon.txt3
-rw-r--r--npc/functions/marriage.txt2
3 files changed, 4 insertions, 3 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 7ab5b156..73243340 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -75,7 +75,7 @@ L_Rude:
mes "";
mesn;
- mesq lg("Well, eh-heh, Welcome aboard, cutie!", "Well, eh-heh, Welcome aboard, son!", "Well, eh-heh, Welcome aboard!");
+ mesq lg("Well, eh-heh... Welcome aboard, cutie!", "Well, eh-heh... Welcome aboard, son!");
next;
mesq l("I just realized I am lacking some common things, and one key ingredient, to prepare a... A special recipe.");
next;
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt
index 8db87332..150362c9 100644
--- a/npc/001-2-39/qanon.txt
+++ b/npc/001-2-39/qanon.txt
@@ -1,12 +1,13 @@
// Evol scripts.
// Authors:
+// Alige
// Reid
// Description:
// Artis's Legion of Aemil leader.
001-2-39,34,41,0 script Q'Anon NPC_Q_ANON,{
mesn;
- mesq l("It's been a while boy.");
+ mesq lg("It's been a while, girl!", "It's been a while, boy!");
goto L_Close;
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt
index bb24f439..28fb3720 100644
--- a/npc/functions/marriage.txt
+++ b/npc/functions/marriage.txt
@@ -135,7 +135,7 @@ function script marriageregister {
speech l("Ok I add your name... @@...", strcharinfo(0));
marriageregisterself();
next;
- speech l("Now wait your partner, and talk with me again");
+ speech lg("Now wait for your partner, then talk to me again.");
npctalk l("@@ registered for marriage. Waiting for partner...", strcharinfo(0));
close;
}