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

Function Amonnam

src/do_name.c:1158–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158char *
1159Amonnam(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 */

Callers 15

rloc_to_coreFunction · 0.85
revive_corpseFunction · 0.85
spoteffectsFunction · 0.85
do_earthquakeFunction · 0.85
msummonFunction · 0.85
summon_minionFunction · 0.85
demon_talkFunction · 0.85
vamp_stoneFunction · 0.85
mintrapFunction · 0.85
makemonFunction · 0.85
unturn_deadFunction · 0.85
mon_yellsFunction · 0.85

Calls 2

a_monnamFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected