git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3336 c06c8d41-db1a-0410-9941-cceddc491573
Z3YHSEJ2ELRDG5DIDLP4MQSHNDRCTD5BSMVRBWOLF2S7TLRBGSBAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// canned msg for enchantments that affected no-one
// canned msg for enchantments that affected no-one, but only if the // enchantment is yours.
// canned msg for enchantments that affected no-one, but only if the
// enchantment is yours.
if (!pbolt.is_tracer && !pbolt.msg_generated && !pbolt.obvious_effect)
if (!pbolt.is_tracer && !pbolt.msg_generated && !pbolt.obvious_effect && YOU_KILL(pbolt.thrower)) {
if (!pbolt.is_tracer && !pbolt.msg_generated && !pbolt.obvious_effect
&& YOU_KILL(pbolt.thrower))
{
}
} // end fire_beam();