summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-6/zitoni.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt
index c3d4912f4..68dc7f783 100644
--- a/npc/005-6/zitoni.txt
+++ b/npc/005-6/zitoni.txt
@@ -236,7 +236,7 @@ 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 @@, for a small handful of it.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh));
+ mesq l("I will require 2500 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."),
@@ -247,8 +247,8 @@ L_DarkInv_Powder:
if (countitem(IronPowder) < 1 ||
countitem(SulfurPowder) < 1 ||
countitem(PileOfAsh) < 1 ||
- Zeny < 3000) goto L_Liar;
- Zeny=Zeny-3000;
+ Zeny < 2500) goto L_Liar;
+ Zeny=Zeny-2500;
delitem IronPowder, 1;
delitem SulfurPowder, 1;
delitem PileOfAsh, 1;