#vanquished command */
| 2766 | |
| 2767 | /* #vanquished command */ |
| 2768 | int |
| 2769 | dovanquished(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) \ |
nothing calls this directly
no test coverage detected