diff options
-rw-r--r-- | npc/005-1/liana.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index 106a79560..cc0d473b0 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -27,6 +27,7 @@ L_Menu: l("No, thanks."),L_Close; L_Slime: + mes ""; .@q=getq(CandorQuest_Liana); mesq l("I collect them."); next; @@ -70,6 +71,7 @@ L_Finish: close; L_Bug: + mes ""; mesq l("Ah, personally I don't use it?"); next; mes l("She shakes her head."); |