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

Function not_capable

src/quest.c:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146staticfn boolean
147not_capable(void)
148{
149 return (boolean) (u.ulevel < MIN_QUEST_LEVEL);
150}
151
152staticfn int
153is_pure(boolean talk)

Callers 1

chat_with_leaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected