summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/019-1/well.txt2
1 files changed, 1 insertions, 1 deletions
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++;
}