From c424c80c97ce83277bdf3ae8fe733c5bc7629115 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 20:04:07 -0300 Subject: Raise chance of filling an Iced Bottle on Nivalis Well from 0.11% to 0.33%. --- npc/019-1/well.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/019-1') diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index 57d1194ef..6f90d5fb7 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -148,7 +148,7 @@ L_Bottle: // Calculate how many iced bottles you'll get .@iced=0; for (.@i=0; .@i < .@count; .@i++) { - if (rand(1,1000) < 11) + if (rand2(1,1000) < 33) .@iced++; } -- cgit v1.2.3-60-g2f50