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

Function llord

src/minion.c:419–426  ·  view source on GitHub ↗

create lawful (good) lord */

Source from the content-addressed store, hash-verified

417
418/* create lawful (good) lord */
419int
420llord(void)
421{
422 if (!(svm.mvitals[PM_ARCHON].mvflags & G_GONE))
423 return PM_ARCHON;
424
425 return lminion(); /* approximate */
426}
427
428int
429lminion(void)

Callers 1

msummonFunction · 0.85

Calls 1

lminionFunction · 0.85

Tested by

no test coverage detected