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

Function intermed

src/questpgr.c:60–64  ·  view source on GitHub ↗

return your intermediate target string */

Source from the content-addressed store, hash-verified

58
59/* return your intermediate target string */
60staticfn const char *
61intermed(void)
62{
63 return gu.urole.intermed;
64}
65
66boolean
67is_quest_artifact(struct obj *otmp)

Callers 1

convert_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected