| 438 | } |
| 439 | |
| 440 | staticfn void |
| 441 | chat_with_guardian(void) |
| 442 | { |
| 443 | /* These guys/gals really don't have much to say... */ |
| 444 | if (u.uhave.questart && Qstat(killed_nemesis)) |
| 445 | qt_pager("guardtalk_after"); |
| 446 | else |
| 447 | qt_pager("guardtalk_before"); |
| 448 | } |
| 449 | |
| 450 | staticfn void |
| 451 | prisoner_speaks(struct monst *mtmp) |
no test coverage detected