diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/liana.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index cc0d473b0..687b36776 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -21,10 +21,11 @@ L_Menu: mes "[Liana]"; mesq l("Are you enjoying yourself in Candor? Do you have any questions?"); - menu - l("What can I do with Maggot Slime?"),L_Slime, - l("What can I do with Bug Leg?"),L_Bug, - l("No, thanks."),L_Close; + mes ""; + menu + l("What can I do with Maggot Slime?"),L_Slime, + l("What can I do with Bug Leg?"),L_Bug, + l("No, thanks."),L_Close; L_Slime: mes ""; |