summaryrefslogtreecommitdiff
path: root/npc/017-3/chagashroom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-3/chagashroom.txt')
-rw-r--r--npc/017-3/chagashroom.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/chagashroom.txt b/npc/017-3/chagashroom.txt
index e546aa27f..74e86a790 100644
--- a/npc/017-3/chagashroom.txt
+++ b/npc/017-3/chagashroom.txt
@@ -140,7 +140,7 @@ L_Main:
if (askyesno() == ASK_YES) {
if (rand(1000,10000) < redwine_chance()) {
mesc l("Success!"), 3;
- getitem RedPlushWine, REDWINE_AMMO*2;
+ getitem RedPlushWine, REDWINE_AMMO*3;
} else {
mesc l("The wine wasn't ready yet and you lost it..."), 1;
}