summaryrefslogtreecommitdiff
path: root/npc/008-2-2/melania.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-2/melania.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-2/melania.txt')
-rw-r--r--npc/008-2-2/melania.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/008-2-2/melania.txt b/npc/008-2-2/melania.txt
index e585033c..e8e7aa86 100644
--- a/npc/008-2-2/melania.txt
+++ b/npc/008-2-2/melania.txt
@@ -10,7 +10,7 @@
function lodge_check;
speech
- lg("Hello Sir.","Hello Miss."),
+ l("Hello."),
l("Welcome to the Rusty Pick."),
l("One advice: Don't take the things those drinkers say too serious. They are sitting here and drinking all day."),
l("How can we serve you today?");
@@ -39,13 +39,13 @@
else if (INN_REGISTER == .inn)
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- lg("You are already registered here."),
+ l("You are already registered here."),
l("Go on the upper level if you want to change your room or to use it.");
}
else
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- lg("If you are registered somewhere else you will loose that reservation."),
+ l("If you are registered somewhere else you will loose that reservation."),
l("Do you still want to lodge here?");
if (askyesno() == ASK_YES)
@@ -94,7 +94,7 @@
PC_IS_DEAD = false;
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- lg("I registered you on a random bed on the upper level."),
+ l("I registered you on a random bed on the upper level."),
l("You can go upstairs and choose a different room if you want.");
savepoint "008-2-3", any(49, 53, 57), any(31, 35);
}