From 3681855f343309dcbcfc4f8ebcfe5d23042b56c4 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 8 Oct 2022 16:09:19 -0700 Subject: [PATCH] fixes entry for PR #883 - digestion attack by hero Pull request from entrez: poly'd hero who digests a creature has a change to gain an intrinsic from it. I put the fixes entry in the New Features section. I was a bit concerned that g.afternmv might be cleared during the turns the hero is busy digesting, leaving a stale value for g.corpsenm_digested, but I don't think that that can happen. Fixes #883 --- doc/fixes3-7-0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 1f815d31e..6f437f347 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1855,6 +1855,7 @@ simplified configuration options menu rudimentary key rebinding in game options experimental #saveoptions command to allow saving configuration settings mouse buttons can be bound to extended commands +hero poly'd into purple worm can gain intrinsics from digesting whole monster Platform- and/or Interface-Specific New Features