| 1156 | } |
| 1157 | |
| 1158 | char * |
| 1159 | Amonnam(struct monst *mtmp) |
| 1160 | { |
| 1161 | char *bp = a_monnam(mtmp); |
| 1162 | |
| 1163 | *bp = highc(*bp); |
| 1164 | return bp; |
| 1165 | } |
| 1166 | |
| 1167 | /* used for monster ID by the '/', ';', and 'C' commands to block remote |
| 1168 | identification of the endgame altars via their attending priests */ |
no test coverage detected