diff options
Diffstat (limited to 'npc/024-9')
-rw-r--r-- | npc/024-9/sake.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/024-9/sake.txt b/npc/024-9/sake.txt index 61e1aabf6..c93bcf5ca 100644 --- a/npc/024-9/sake.txt +++ b/npc/024-9/sake.txt @@ -144,6 +144,7 @@ L_Main: inventoryplace DwarvenSake, DWARVEN_AMMO; mesn; mes l("Trying to retrieve it now will have @@ % chance to be successful.", dwarvensake_chance()/100); + if (dwarvensake_chance()/100 < 1) close; mes l("Attempt to retrieve it now?"); next; if (askyesno() == ASK_YES) { |