| 391 | } |
| 392 | |
| 393 | staticfn void |
| 394 | chat_with_nemesis(void) |
| 395 | { |
| 396 | /* The nemesis will do most of the talking, but... */ |
| 397 | qt_pager("discourage"); |
| 398 | if (!Qstat(met_nemesis)) |
| 399 | Qstat(met_nemesis++); |
| 400 | } |
| 401 | |
| 402 | void |
| 403 | nemesis_speaks(void) |
no test coverage detected