summaryrefslogtreecommitdiff
path: root/npc/001-2-24/nard.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/001-2-24/nard.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/001-2-24/nard.txt')
-rw-r--r--npc/001-2-24/nard.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt
index 30a2c385..c38081e4 100644
--- a/npc/001-2-24/nard.txt
+++ b/npc/001-2-24/nard.txt
@@ -27,7 +27,7 @@
checkclientversion;
mesn;
- mesq g(l("Good day miss."), l("Good day mister."));
+ mesq l("Good day sir or madam.");
next;
mesq l("What can I do for you?");
.@q = getq(ArtisQuests_Enora);
@@ -36,10 +36,10 @@
// If the player saw Enora, the menu shows L_Lost at the bottom
// Because he shouldn't be lost after having talked to her, so the priority in menu changes
menu
- rif(.@q == 0, lg("I'm lost, where should I go?")), L_Lost,
+ rif(.@q == 0, l("I'm lost, where should I go?")), L_Lost,
rif(.@q > 0, l("Tell me, where are we right now?")), L_Info,
l("How long will you stay here?"), -,
- rif(.@q > 0, lg("I'm lost, where should I go?")), L_Lost;
+ rif(.@q > 0, l("I'm lost, where should I go?")), L_Lost;
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("We just returned from a long journey and Artis is a good city to rest and to conclude our exchange."),