summaryrefslogtreecommitdiff
path: root/npc/000-1/maxe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/maxe.txt')
-rw-r--r--npc/000-1/maxe.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/maxe.txt b/npc/000-1/maxe.txt
index f7e03fc7..f628c8c0 100644
--- a/npc/000-1/maxe.txt
+++ b/npc/000-1/maxe.txt
@@ -16,7 +16,7 @@
.@knife = getq(ShipQuests_Knife);
mesn;
- mesq lg("We are glad captain Nard has let you join us down here!");
+ mesq l("We are glad captain Nard has let you join us down here!");
next;
mesq l("Living inside a ship is great, but we sometimes need some fresh air.");
next;
@@ -25,7 +25,7 @@
menu
rif(.@gugli == 0, l("Well, is there anything I can do here to help?")), L_Help,
- rif(.@gugli == 1, lg("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
+ rif(.@gugli == 1, l("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
rif(.@gugli > 1, l("Seems I've helped everyone here. I don't know what to do now!")), L_Annoyed,
rif(.@knife == 0, l("It looks like you are an expert of the life inside 'La Johanne'. Do you know any hidden secrets nobody knows?")), L_Secrets,
l("No thanks, not at the moment."), L_Quit;