summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0-1/maxime.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt
index 5ca4d7efc..d8e918b1d 100644
--- a/npc/003-0-1/maxime.txt
+++ b/npc/003-0-1/maxime.txt
@@ -47,13 +47,13 @@
delitem ScorpionStinger, 3;
delitem CactusDrink, 2;
delitem RoastedMaggot, 1;
- getitem TonoriDelight, rand(5,9);
+ getitem TonoriDelight, rand2(5,9);
if (season() == SUMMER) {
- getitem TonoriDelight, rand(1,3);
+ getitem TonoriDelight, rand2(1,3);
mesc l("During summer, more Tonori Delight can be produced.");
}
Zeny=Zeny-120;
- getexp rand(30, 60), 0;
+ getexp rand2(30, 60), 0;
mesn;
mesq l("Here you go, fresh from the oven!");