From af7cab90349e163187c2234b8a7eca88ee485ad6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jul 2019 16:19:45 -0300 Subject: Maxime should use rand2() instead of rand() --- npc/003-0-1/maxime.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-0-1/maxime.txt') 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!"); -- cgit v1.2.3-60-g2f50