diff options
Diffstat (limited to 'npc/005-6')
-rw-r--r-- | npc/005-6/zitoni.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt index 060df0577..2319e4c50 100644 --- a/npc/005-6/zitoni.txt +++ b/npc/005-6/zitoni.txt @@ -29,7 +29,7 @@ L_Menu: l("Do you make any other kind of potions?"), rif(.@q1 == 1 || .@q1 == 2, l("Can you help me with Everburn Powder? I need 5.")), rif(.@q1 == 3 && countitem(DarkDesertMushroom) >= 1,l("Zarkor sent you this gift. He needs Everburn Powder.")), - rif(.@q1 >= 4,l("Create Everburn Powder.")), + rif(.@q1 >= 4,l("I need some Everburn Powder.")), lg("You are weird, I have to go sorry."); mes ""; @@ -200,7 +200,7 @@ L_StrengthPotion: L_DarkInv_Ever: mesn; - mesq l("...What? You want @@? Five of them?!"); + mesq l("...What? You want @@? Five of them?!", getitemlink(EverburnPowder)); next; mesn; mesq l("You have no idea of how dangerous that item is! I can't simply do it!"); @@ -235,14 +235,14 @@ L_DarkInv_Powder: mesq l("...And trust me, it'll take way more than just water to put the fire down."); next; mesn; - mesq l("I will require 3000 GP, 1 @@, 1 @@ and 1 @@. Each.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh)); + mesq l("I will require 3000 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh)); mes ""; select l("I still don't have everything, but don't worry, I'll be back."), l("I have everything here with me."); mes ""; if (@menu == 1) - close; + goto L_Quit; if (countitem(IronPowder) < 1 || countitem(SulfurPowder) < 1 || countitem(PileOfAsh) < 1 || |