Accessibility: give a message when teleporting a monster
Teleporting a monster only updated the map. Give a message so blind players can get the same information. Making a monster invisible gives the same message, if you cannot detect invisible. Several other places where monsters teleported themselves now also give the same message.
This commit is contained in:
@@ -2497,7 +2497,7 @@ spoteffects(boolean pick)
|
||||
pline("%s attacks you by surprise!", Amonnam(mtmp));
|
||||
break;
|
||||
}
|
||||
mnexto(mtmp); /* have to move the monster */
|
||||
mnexto(mtmp, RLOC_NOMSG); /* have to move the monster */
|
||||
}
|
||||
spotdone:
|
||||
if (!--inspoteffects) {
|
||||
|
||||
Reference in New Issue
Block a user