summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-1/liana.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt
index cc0d473b0..a4556a4d8 100644
--- a/npc/005-1/liana.txt
+++ b/npc/005-1/liana.txt
@@ -29,7 +29,7 @@ L_Menu:
L_Slime:
mes "";
.@q=getq(CandorQuest_Liana);
- mesq l("I collect them.");
+ mesq l("I collect them. @@", .@q);
next;
if (.@q == 0) goto L_Quest;
if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2;