diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-11 01:20:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-11 01:20:41 -0300 |
commit | dfed1e7f04c2b70345df0c60225b7b90c011e5b1 (patch) | |
tree | 2c446a682f368b8685a5677bed6c7a7ac46f4ee5 /npc/019-1/well.txt | |
parent | eac20fd1f784099f5f680b122a4a773cb6467851 (diff) | |
download | serverdata-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/well.txt')
-rw-r--r-- | npc/019-1/well.txt | 2 |
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++; } |