fix #H4 - remote recognition of Astral Plane high priests

From a bug report:  the Call command's
prompt is careful not to include "of <deity>" when asking what name to give
a high priest on the Astral level, but the resulting rejection message of
"the <unique monster> doesn't like to be called names" did not, resulting
in feedback of "the high priest of <deity>" and giving away which temple it
is from afar.
This commit is contained in:
nethack.rankin
2005-12-23 02:51:06 +00:00
parent 4327fc88af
commit a43a3ac988
2 changed files with 5 additions and 4 deletions

View File

@@ -170,6 +170,7 @@ can hear the opening or closing of an unseen drawbridge
prevent "object lost" panic caused by accessing freed memory after worn
non-fireproof water walking boots are destroyed by lava
stop multi-turn running, searching, or resting early if levitation ends
Call command could be used to remotely identify which high priest is which
Platform- and/or Interface-Specific Fixes