From de4808ebad7b8abd53f74e30caca760cec9e7bf6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Jan 2021 17:42:26 -0300 Subject: There is now 5% chance of getting Whiskey Ale in the barrel (therefore, rare) Only shows up for reborn characters, otherwise chance is null --- npc/025-1/rum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/025-1/rum.txt b/npc/025-1/rum.txt index 935582eb3..4114fc63d 100644 --- a/npc/025-1/rum.txt +++ b/npc/025-1/rum.txt @@ -57,10 +57,10 @@ L_Main: mesc l("%s (rare)", getitemlink(WhiskeyAle)); mes ""; mesc l("Cost per %s glass:", l("twelve")); + mesc l("* @@/@@ @@", countitem(Beer), 5, getitemlink(Beer)); mesc l("* @@/@@ @@", countitem(ArtichokeHerb), 25, getitemlink(ArtichokeHerb)); mesc l("* @@/@@ @@", countitem(Fungus), 25, getitemlink(Fungus)); mesc l("* @@/@@ @@", countitem(RedApple), 25, getitemlink(RedApple)); - mesc l("* @@/@@ @@", countitem(Beer), 5, getitemlink(Beer)); mesc l("* @@/@@ @@", countitem(Milk), 25, getitemlink(Milk)); mesc l("* @@/@@ @@", countitem(ShadowHerb), 100, getitemlink(ShadowHerb)); mesc l("* @@ Water Bottle", 1); @@ -150,7 +150,7 @@ L_Main: if (askyesno() == ASK_YES) { if (rand(1000,10000) < rumbarrel_chance()) { mesc l("Success!"), 3; - if (false) + if (REBIRTH && !rand2(20)) getitem WhiskeyAle, FORTRESS_AMMO*.cupammo; else getitem CrazyRum, FORTRESS_AMMO*.cupammo; -- cgit v1.2.3-60-g2f50