From 19f2e59ef6bd2719cba803d5398409f13c2d8867 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 11:24:55 -0300 Subject: Sometimes, when making Infusions, you may have luck and save a Piberrie :D --- npc/012-4/wyara.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-4/wyara.txt') diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index f450037f2..e4c0ff52f 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -86,7 +86,7 @@ L_ConfirmReset: L_Piberries: mesn; - mesq l("For (another) one @@, I'll need 4 @@ and 50 GP.", getitemlink(PiberriesInfusion), getitemlink(Piberries)); + mesq l("For (another) one @@, I'll need 3~4 @@ and 50 GP.", getitemlink(PiberriesInfusion), getitemlink(Piberries)); next; select rif(Zeny >= 50 && countitem(Piberries) >= 4, l("Do it!")), @@ -98,7 +98,7 @@ L_Piberries: inventoryplace PiberriesInfusion, 1; Zeny=Zeny-50; - delitem Piberries, 4; + delitem Piberries, rand(3,4); getitem PiberriesInfusion, 1; getexp 10, 0; goto L_Piberries; -- cgit v1.2.3-70-g09d2