From dfed1e7f04c2b70345df0c60225b7b90c011e5b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 Jul 2020 01:20:41 -0300 Subject: And this other fix is for the Iced Water D: --- npc/019-1/well.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/019-1/well.txt') diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index e0808da1e..97a3e5d29 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -149,7 +149,7 @@ L_Bottle: // Calculate how many iced bottles you'll get .@iced=0; for (.@i=0; .@i < .@count; .@i++) { - if (rand2(1,1000) < 33) + if (rand2(500) < 33) .@iced++; } -- cgit v1.2.3-60-g2f50