git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8494 c06c8d41-db1a-0410-9941-cceddc491573
QOJFTXZN6Y2DLDRZEYA6KAUH2DR42DKBDH6L4IBILTLGXHZCM3GQC
DVK4UATWXWXC5WZODCYAEMZM2TQUNC3URSUGMZSFYE6N76NQRK7AC
EADWOF6DJ7WTY3ZAFRVJ2VHFWNLDGX6W3JXESBTXJ6K4PM2AJVDQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (caster < 0)
kill_method_type type = KILLED_BY_MONSTER; if (invalid_monster_index(caster))
kill_method_type type = KILLED_BY_MONSTER;
if (invalid_monster_index(caster))
type = KILLED_BY_SOMETHING; if (crawl_state.is_god_acting()) type = KILLED_BY_DIVINE_WRATH;
type = KILLED_BY_SOMETHING;
if (crawl_state.is_god_acting())
type = KILLED_BY_DIVINE_WRATH;
aux = "Xom's torment";
type = KILLED_BY_XOM; aux = "Xom's torment";
type = KILLED_BY_XOM;
ouch(hploss, caster, (caster != TORMENT_GENERIC) ? KILLED_BY_MONSTER : KILLED_BY_SOMETHING, aux);
ouch(hploss, caster, (caster != TORMENT_GENERIC) ? KILLED_BY_MONSTER
: KILLED_BY_SOMETHING,
aux);
ouch(hploss, caster, type, aux);