diff options
-rw-r--r-- | npc/025-1/rum.txt | 2 |
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; |