diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:25:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:25:17 -0300 |
commit | 8472265a6d1ddd6c620ec0335bd892c543b67b00 (patch) | |
tree | 8dfe0cbb560743d6866c2ce2103e48fbdabb6ce6 /npc | |
parent | c4f329a63bad700fbfda74b1279b41b25b24f388 (diff) | |
download | serverdata-8472265a6d1ddd6c620ec0335bd892c543b67b00.tar.gz serverdata-8472265a6d1ddd6c620ec0335bd892c543b67b00.tar.bz2 serverdata-8472265a6d1ddd6c620ec0335bd892c543b67b00.tar.xz serverdata-8472265a6d1ddd6c620ec0335bd892c543b67b00.zip |
More style stuff, sorry
Diffstat (limited to 'npc')
-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 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; |