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

Function chat_with_guardian

src/quest.c:440–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440staticfn void
441chat_with_guardian(void)
442{
443 /* These guys/gals really don't have much to say... */
444 if (u.uhave.questart && Qstat(killed_nemesis))
445 qt_pager("guardtalk_after");
446 else
447 qt_pager("guardtalk_before");
448}
449
450staticfn void
451prisoner_speaks(struct monst *mtmp)

Callers 1

quest_chatFunction · 0.85

Calls 1

qt_pagerFunction · 0.85

Tested by

no test coverage detected