obscure polyself message

Hero was poly'd into a hider monster and was swallowed by something.
Attempting to hide via '#monster' gave "You can't hide while you're
being held."  It correctly blocked hiding due to u.ustuck but the
feedback ignored the possibility of u.ustuck+u.uswallow.
This commit is contained in:
PatR
2016-06-01 18:45:52 -07:00
parent a5d3d0fdb8
commit a5d57430be
2 changed files with 8 additions and 5 deletions

View File

@@ -278,6 +278,8 @@ describe detected door traps and chest traps as trapped door and trapped chest
instead of bear trap; bear trap tile is still used on map though
thrown potion that killed peaceful monster would cause "the <mon> gets argry"
after the message about it being killed
when poly'd into a hider and engulfed, attempt to hide via #monster was blocked
but feedback said "can't hide while held" rather than "while engulfed"
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository