fix #H1798 - limbless shopkeepers shouldn't take possessions (trunk only)

From a bug report, a shopkeeper who's been
polymorphed into a limbless creature shouldn't be able to come take your
possessions when you die since you can't pick up items when in that shape.
Rather than add new special case handling for shopkeepers, prevent them
from taking on shapes that render them unable to behave like shopkeepers
so that they can continue to catch thrown pick-axes and assorted other
things that would otherwise need a lot of extra checking introduced.
Ditto for temple priests, vault guards, and quest leaders.  Restriction
also applies to wizard mode use of #monpolycontrol, the only place where
players can actually notice this.

     It could--perhaps should--restrict them even further, forcing forms
that retain speech capability, but I didn't go that far.
This commit is contained in:
nethack.rankin
2009-01-24 22:59:53 +00:00
parent b12d8522c5
commit 1a6289a5ec
2 changed files with 40 additions and 3 deletions

View File

@@ -301,6 +301,7 @@ message sequencing for fatal explosions was confusing if feedback was given
when dipping something in holy/unholy water, only learn its new bless/curse
state if hero sees it glow
describe lit Sunsword as shining rather than glowing
prevent poly'd shopkeepers from taking on forms that can't handle objects
Platform- and/or Interface-Specific Fixes