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

Function homebase

src/questpgr.c:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141staticfn const char *
142homebase(void) /* return your role leader's location */
143{
144 return gu.urole.homebase;
145}
146
147/* returns 1 if nemesis death message mentions noxious fumes, otherwise 0;
148 does not display the message */

Callers 1

convert_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected