#conduct command [KMH]; shares enlightenment's tense handling */
| 2078 | |
| 2079 | /* #conduct command [KMH]; shares enlightenment's tense handling */ |
| 2080 | int |
| 2081 | doconduct(void) |
| 2082 | { |
| 2083 | show_conduct(ENL_GAMEINPROGRESS); |
| 2084 | return ECMD_OK; |
| 2085 | } |
| 2086 | |
| 2087 | /* display conducts; for doconduct(), also disclose() and dump_everything() */ |
| 2088 | void |
nothing calls this directly
no test coverage detected