summaryrefslogtreecommitdiff
path: root/npc/008-2-4/olana.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/008-2-4/olana.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/008-2-4/olana.txt')
-rw-r--r--npc/008-2-4/olana.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-2-4/olana.txt b/npc/008-2-4/olana.txt
index cbb4f1b5..4c42f599 100644
--- a/npc/008-2-4/olana.txt
+++ b/npc/008-2-4/olana.txt
@@ -89,7 +89,7 @@
speech
l("Did you see my daughters Rossy and Juliet, by chance?"),
l("She wasn't at home for two days now. I worry about her!"),
- lg("If you see her, please tell her to come home.");
+ l("If you see her, please tell her to come home.");
}
close;
@@ -170,7 +170,7 @@ function olanaRossyLie {
mesq l("I'll now book you a room on the Inn.");
select
l("Thanks."),
- lg("Actually, please don't. I do this out of the goodness of my heart.");
+ l("Actually, please don't. I do this out of the goodness of my heart.");
mes "";
// Do not register the inn
if (@menu == 2) {
@@ -203,7 +203,7 @@ function olanaDeliverBerries {
setq HurnscaldQuests_Rossy, 5;
next;
mesn;
- mesq lg("Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...");
+ mesq l("Could you do me a small favor, though? I know I barely know you, and you must be very busy, but...");
next;
olanaGetLetter();
return;