MCPcopy Create free account
hub / github.com/NetHack/NetHack / godvoice

Function godvoice

src/pray.c:1414–1426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412}
1413
1414staticfn void
1415godvoice(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
1428staticfn void
1429gods_angry(aligntyp g_align)

Callers 11

god_zaps_youFunction · 0.85
angrygodsFunction · 0.85
gcrownuFunction · 0.85
pleasedFunction · 0.85
gods_angryFunction · 0.85
desecrate_altarFunction · 0.85
offer_real_amuletFunction · 0.85
bestow_artifactFunction · 0.85
prayer_doneFunction · 0.85
altar_wrathFunction · 0.85

Calls 2

pline_TheFunction · 0.85
align_gnameFunction · 0.85

Tested by

no test coverage detected