MCPcopy Create free account
hub / github.com/NetHack/NetHack / YMonnam

Function YMonnam

src/do_name.c:1132–1139  ·  view source on GitHub ↗

y_monnam() for start of sentence */

Source from the content-addressed store, hash-verified

1130
1131/* y_monnam() for start of sentence */
1132char *
1133YMonnam(struct monst *mtmp)
1134{
1135 char *bp = y_monnam(mtmp);
1136
1137 *bp = highc(*bp);
1138 return bp;
1139}
1140
1141char *
1142Adjmonnam(struct monst *mtmp, const char *adj)

Callers 11

stucksteedFunction · 0.85
dopushFunction · 0.85
cannot_push_msgFunction · 0.85
rock_disappear_msgFunction · 0.85
test_moveFunction · 0.85
domove_swap_with_petFunction · 0.85
domove_coreFunction · 0.85
climb_pitFunction · 0.85
grow_upFunction · 0.85
postmovFunction · 0.85
jumpFunction · 0.85

Calls 2

y_monnamFunction · 0.85
highcFunction · 0.85

Tested by 1

test_moveFunction · 0.68