summaryrefslogtreecommitdiff
path: root/npc/019-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-11 01:20:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-11 01:20:41 -0300
commitdfed1e7f04c2b70345df0c60225b7b90c011e5b1 (patch)
tree2c446a682f368b8685a5677bed6c7a7ac46f4ee5 /npc/019-1
parenteac20fd1f784099f5f680b122a4a773cb6467851 (diff)
downloadserverdata-dfed1e7f04c2b70345df0c60225b7b90c011e5b1.tar.gz
serverdata-dfed1e7f04c2b70345df0c60225b7b90c011e5b1.tar.bz2
serverdata-dfed1e7f04c2b70345df0c60225b7b90c011e5b1.tar.xz
serverdata-dfed1e7f04c2b70345df0c60225b7b90c011e5b1.zip
And this other fix is for the Iced Water D:
Diffstat (limited to 'npc/019-1')
-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++;
}