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

Function nemdead

src/quest.c:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void
107nemdead(void)
108{
109 if (!Qstat(killed_nemesis)) {
110 Qstat(killed_nemesis) = TRUE;
111 qt_pager("killed_nemesis");
112 }
113}
114
115void
116leaddead(void)

Callers 1

m_detachFunction · 0.85

Calls 1

qt_pagerFunction · 0.85

Tested by

no test coverage detected