| 1412 | } |
| 1413 | |
| 1414 | staticfn void |
| 1415 | godvoice(aligntyp g_align, const char *words) |
| 1416 | { |
| 1417 | const char *quot = ""; |
| 1418 | |
| 1419 | if (words) |
| 1420 | quot = "\""; |
| 1421 | else |
| 1422 | words = ""; |
| 1423 | |
| 1424 | pline_The("voice of %s %s: %s%s%s", align_gname(g_align), |
| 1425 | ROLL_FROM(godvoices), quot, words, quot); |
| 1426 | } |
| 1427 | |
| 1428 | staticfn void |
| 1429 | gods_angry(aligntyp g_align) |
no test coverage detected