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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-3/chagashroom.txt b/npc/017-3/chagashroom.txt
index 164a7cb85..e546aa27f 100644
--- a/npc/017-3/chagashroom.txt
+++ b/npc/017-3/chagashroom.txt
@@ -131,7 +131,7 @@ L_Main:
mesn;
mesc l("Your request for @@ @@ are being fermented for @@.", REDWINE_AMMO, getitemlink(RedPlushWine), FuzzyTime(REDWINE_DATE));
next;
- inventoryplace RedPlushWine, REDWINE_AMMO;
+ inventoryplace RedPlushWine, REDWINE_AMMO, EmptyBottle, REDWINE_AMMO;
mesn;
mes l("Trying to retrieve it now will have @@ % chance to be successful.", redwine_chance()/100);
if (redwine_chance()/100 < 1) close;
@@ -144,6 +144,7 @@ L_Main:
} else {
mesc l("The wine wasn't ready yet and you lost it..."), 1;
}
+ getitem EmptyBottle, REDWINE_AMMO;
REDWINE_DATE=0;
REDWINE_AMMO=0;
}