summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0-1/maxime.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt
index 9c46c127b..c2964550f 100644
--- a/npc/003-0-1/maxime.txt
+++ b/npc/003-0-1/maxime.txt
@@ -37,7 +37,7 @@
countitem(RoastedMaggot) < 1 ||
Zeny < 150) goto L_Missing;
- // 3~7 normaly, 4~10 during Summer
+ // 4~7 normaly, 5~10 during Summer
inventoryplace TonoriDelight, 12;
delitem MaggotSlime, 12;
delitem Plushroom, 8;
@@ -45,7 +45,7 @@
delitem ScorpionStinger, 3;
delitem CactusDrink, 2;
delitem RoastedMaggot, 1;
- getitem TonoriDelight, rand(3,7);
+ getitem TonoriDelight, rand(4,7);
if (season() == SUMMER) {
getitem TonoriDelight, rand(1,3);
mesc l("During summer, more Tonori Delight can be produced.");