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

Function guardname

src/questpgr.c:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133staticfn const char *
134guardname(void) /* return your role leader's guard monster name */
135{
136 int i = gu.urole.guardnum;
137
138 return mons[i].pmnames[NEUTRAL];
139}
140
141staticfn const char *
142homebase(void) /* return your role leader's location */

Callers 1

convert_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected