summaryrefslogtreecommitdiff
path: root/npc/025-1/rum.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/rum.txt')
-rw-r--r--npc/025-1/rum.txt4
1 files 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;