monster's own name -- overrides hallucination and [in]visibility so shouldn't be used in ordinary messages (mainly for disclosure) */
| 1107 | /* monster's own name -- overrides hallucination and [in]visibility |
| 1108 | so shouldn't be used in ordinary messages (mainly for disclosure) */ |
| 1109 | char * |
| 1110 | m_monnam(struct monst *mtmp) |
| 1111 | { |
| 1112 | return x_monnam(mtmp, ARTICLE_NONE, (char *) 0, EXACT_NAME, FALSE); |
| 1113 | } |
| 1114 | |
| 1115 | /* pet name: "your little dog" */ |
| 1116 | char * |
no outgoing calls
no test coverage detected