summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-18 14:58:16 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-18 14:58:16 -0300
commit4af2e4300a91d89a10e7973094a89023750fedbe (patch)
treee5d9b6416b5fdc6c334b514dafffba394228aca5
parent47156b272cd6b28432a189cd6687f904026dd8fe (diff)
downloadserverdata-4af2e4300a91d89a10e7973094a89023750fedbe.tar.gz
serverdata-4af2e4300a91d89a10e7973094a89023750fedbe.tar.bz2
serverdata-4af2e4300a91d89a10e7973094a89023750fedbe.tar.xz
serverdata-4af2e4300a91d89a10e7973094a89023750fedbe.zip
Fix a typo on Rum/Whiskey formula
-rw-r--r--npc/025-1/rum.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/rum.txt b/npc/025-1/rum.txt
index 4114fc63d..68a6e1676 100644
--- a/npc/025-1/rum.txt
+++ b/npc/025-1/rum.txt
@@ -150,7 +150,7 @@ L_Main:
if (askyesno() == ASK_YES) {
if (rand(1000,10000) < rumbarrel_chance()) {
mesc l("Success!"), 3;
- if (REBIRTH && !rand2(20))
+ if (REBIRTH > rand2(20))
getitem WhiskeyAle, FORTRESS_AMMO*.cupammo;
else
getitem CrazyRum, FORTRESS_AMMO*.cupammo;