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

Function chat_with_nemesis

src/quest.c:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393staticfn void
394chat_with_nemesis(void)
395{
396 /* The nemesis will do most of the talking, but... */
397 qt_pager("discourage");
398 if (!Qstat(met_nemesis))
399 Qstat(met_nemesis++);
400}
401
402void
403nemesis_speaks(void)

Callers 1

quest_chatFunction · 0.85

Calls 1

qt_pagerFunction · 0.85

Tested by

no test coverage detected