| 691 | } |
| 692 | |
| 693 | staticfn void |
| 694 | fry_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 | |
| 703 | staticfn void |
| 704 | angrygods(aligntyp resp_god) |
no test coverage detected