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

Function dovanquished

src/insight.c:2768–2774  ·  view source on GitHub ↗

#vanquished command */

Source from the content-addressed store, hash-verified

2766
2767/* #vanquished command */
2768int
2769dovanquished(void)
2770{
2771 list_vanquished(iflags.menu_requested ? 'A' : 'y', FALSE);
2772 iflags.menu_requested = FALSE;
2773 return ECMD_OK;
2774}
2775
2776/* high priests aren't unique but are flagged as such to simplify something */
2777#define UniqCritterIndx(mndx) \

Callers

nothing calls this directly

Calls 1

list_vanquishedFunction · 0.85

Tested by

no test coverage detected