MCPcopy 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
513void
514quest_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

dochugFunction · 0.85

Calls 1

monnearFunction · 0.85

Tested by

no test coverage detected