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 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++;
}