diff options
Diffstat (limited to 'npc/017-3/chagashroom.txt')
-rw-r--r-- | npc/017-3/chagashroom.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/017-3/chagashroom.txt b/npc/017-3/chagashroom.txt index 9a449bc49..552dd14af 100644 --- a/npc/017-3/chagashroom.txt +++ b/npc/017-3/chagashroom.txt @@ -134,6 +134,7 @@ L_Main: inventoryplace RedPlushWine, 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; mes l("Attempt to retrieve it now?"); next; if (askyesno() == ASK_YES) { |