diff options
Diffstat (limited to 'npc/012-4/wyara.txt')
-rw-r--r-- | npc/012-4/wyara.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |