Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ quest_stat_check
Function
quest_stat_check
src/quest.c:513–518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
}
512
513
void
514
quest_stat_check(struct monst *mtmp)
515
{
516
if (mtmp->data->msound == MS_NEMESIS)
517
Qstat(in_battle) = (!helpless(mtmp) && monnear(mtmp, u.ux, u.uy));
518
}
519
520
#undef Not_firsttime
521
#undef Qstat
Callers
1
dochug
Function · 0.85
Calls
1
monnear
Function · 0.85
Tested by
no test coverage detected