summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorKurt Kuschinski <kurt.kuschinski@gmail.com>2021-01-09 22:18:14 +0000
committerJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
commit2283d32a1cf2961253a6dc63979f5c80e8175f8a (patch)
tree67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/000-1/gugli.txt
parentb12c37346ced0014d3900b2b86c1319cd7d1db80 (diff)
downloadserverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.gz
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.bz2
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.xz
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.zip
Prepare serverdata for evol-hercules!31
Deprecate g() and lg()
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index dc1ef725..265deae6 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -46,7 +46,7 @@ OnTalk:
if (.@nard > 1 || .@gugli == 2) goto L_TaskCompleted;
if (.@gugli == 1) goto L_TaskGiven;
- mesq lg("Hi @@, I heard the captain sent you down here, uh?", "Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
+ mesq l("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
next;
mesq l("What an unexpected pleasure, your help is always welcome!");
next;
@@ -58,7 +58,7 @@ OnTalk:
mes "";
mesn;
- mesq lg("Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?");
+ mesq l("Well, even though you have been rescued by us, it doesn't make you an expert sailor, am I right?");
next;
mesq l("But let's talk about this island. We're docking here to find some fine quality goods.");
next;
@@ -226,7 +226,7 @@ L_TaskCompleted:
L_AllComplete:
mesq l("Elmo told me what Nard said, congrats!");
next;
- mesq lg("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!", "You're one of us now, that's great! I was sure that you were a good man when I first saw you!");
+ mesq l("You're one of us now, that's great! I was sure that you were a good person the first time I saw you!");
next;
goto L_Menu;