summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-1/liana.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt
index 687b36776..1d7178ff8 100644
--- a/npc/005-1/liana.txt
+++ b/npc/005-1/liana.txt
@@ -41,6 +41,7 @@ L_Quest:
mesq l("With this I make balls of slime for Candor's childs, they really like to play with them.");
next;
mesq l("Maybe you could bring me 5 @@? I will reward you for your effort.", getitemlink(MaggotSlime));
+ mes "";
menu
rif(countitem(MaggotSlime) >= 5, l("Here they are!")), L_Finish,
l("I'll get to it."), L_Close;
@@ -50,6 +51,7 @@ L_Repeat:
mesq l("I am searching again maggot slime to craft more balls.");
next;
mesq l("Maybe you could bring me 10 sticky @@?", getitemlink(MaggotSlime));
+ mes "";
menu
rif(countitem(MaggotSlime) >= 10, l("Here they are!")), L_Finish2,
l("I'll get to it."), L_Close;