Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ Monnam
Function
Monnam
src/do_name.c:1073–1080 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1071
}
1072
1073
char *
1074
Monnam(struct monst *mtmp)
1075
{
1076
char *bp = mon_nam(mtmp);
1077
1078
*bp = highc(*bp);
1079
return bp;
1080
}
1081
1082
char *
1083
noit_Monnam(struct monst *mtmp)
Callers
15
prisoner_speaks
Function · 0.85
savelife
Function · 0.85
dosit
Function · 0.85
cutworm
Function · 0.85
stealgold
Function · 0.85
stealarm
Function · 0.85
steal
Function · 0.85
maybe_absorb_item
Function · 0.85
mdrop_obj
Function · 0.85
relobj
Function · 0.85
potionhit
Function · 0.85
djinni_from_bottle
Function · 0.85
Calls
2
mon_nam
Function · 0.85
highc
Function · 0.85
Tested by
no test coverage detected