refine PR #1112 - washing, dipping in sinks

If hero has slippery hands, include '-' among likely candidates for
item to #dip when dipping at a pool, fountain, or sink location.

When dipping an item (including hands), have a modest chance for the
sink to be destroyed--which turns it into a fountain--each time so
that it can't be used to blank scrolls an unlimited number of items.
(Pools can already be used for that, but you need to obtain water
walking ability or else drop most of your stuff and enter the water;
sinks weren't imposing any such requirements or risks.)
This commit is contained in:
PatR
2023-11-09 18:22:06 -08:00
parent f86dbf13b5
commit 394fa24666
3 changed files with 55 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1286 $ $NHDT-Date: 1699233285 2023/11/06 01:14:45 $
$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1290 $ $NHDT-Date: 1699582923 2023/11/10 02:22:03 $
General Fixes and Modified Features
-----------------------------------
@@ -1735,6 +1735,8 @@ knockback or recoil while levitating could hurtle the hero through a wall of
if recoil from throwing an item while levitating sent hero into a wall of
water, the thrown item got placed in that water rather than at its
intended destination
include '-' as suggested item in "what to dip?" prompt if dipping at pool or
fountain or sink with slippery hands
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository