Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void
107
nemdead(void)
108
{
109
if (!Qstat(killed_nemesis)) {
110
Qstat(killed_nemesis) = TRUE;
111
qt_pager(
"killed_nemesis"
);
112
}
113
}
114
115
void
116
leaddead(void)
Callers
1
m_detach
Function · 0.85
Calls
1
qt_pager
Function · 0.85
Tested by
no test coverage detected