From 23e6a054eef14b85d929e09327f808c67603c351 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 29 Jul 2022 15:08:27 -0700 Subject: [PATCH] fixes entry for PR #796 - MUSE digging Pull request from entrez: nothing happened--except spending a wand charge--if a monster zapped a wand of digging down at a spot where holes can't be dug. If a pit can be dug there, dig one and then trap the monster in it. No-op if a pit or other trap is already present. Closes #796 --- doc/fixes3-7-0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 27e727e32..b091ebe73 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -984,6 +984,8 @@ recent changes to losedogs() could result in an infinite loop when migrating when invisible without see invisible you could see your hands glowing red after reading a scroll of confuse monster and delivering melee hits greased saddle makes it impossible to mount the steed +if an item-using monster zaps a wand of digging downward on a level that + doesn't allow holes but does allow pits, create a pit and trigger it Fixes to 3.7.0-x Problems that Were Exposed Via git Repository