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:
@@ -2014,7 +2014,7 @@ gem_accept(register struct monst *mon, register struct obj *obj)
|
||||
if (!Blind)
|
||||
pline1(buf);
|
||||
if (!tele_restrict(mon))
|
||||
(void) rloc(mon, TRUE);
|
||||
(void) rloc(mon, RLOC_MSG);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user