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

Function fry_by_god

src/pray.c:693–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693staticfn void
694fry_by_god(aligntyp resp_god, boolean via_disintegration)
695{
696 You("%s!", !via_disintegration ? "fry to a crisp"
697 : "disintegrate into a pile of dust");
698 svk.killer.format = KILLED_BY;
699 Sprintf(svk.killer.name, "the wrath of %s", align_gname(resp_god));
700 done(DIED);
701}
702
703staticfn void
704angrygods(aligntyp resp_god)

Callers 2

god_zaps_youFunction · 0.85
offer_real_amuletFunction · 0.85

Calls 3

YouFunction · 0.85
align_gnameFunction · 0.85
doneFunction · 0.85

Tested by

no test coverage detected