of the beam.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2294 c06c8d41-db1a-0410-9941-cceddc491573
DUBEHQIQABGLXLFIVZ6WXBMFGLFKFRBOCK5LZ6ECUSRM3V2V35NAC
5BJPWUPLJFS34FUTFJVKA4A52YMIGV6EWDXLNSDCWBJWBGVSQFGQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
xom_is_stimulated(128);
if (beam.beam_source == NON_MONSTER) // Beam from player rebounded and hit player xom_is_stimulated(255); else // Beam from an ally xom_is_stimulated(128);
if (beam.beam_source == NON_MONSTER)
// Beam from player rebounded and hit player
xom_is_stimulated(255);
else
// Beam from an ally
// Beam from player rebounded and hit player if (beam.beam_source == NON_MONSTER) xom_is_stimulated(255);
if (was_affected)
else if (was_affected)
{
// Harmful beam from this monster rebounded and hit the monster int midx = (int) monster_index(mon); if (midx == beam.beam_source) xom_is_stimulated(128); }
// Harmful beam from this monster rebounded and hit the monster
int midx = (int) monster_index(mon);
if (midx == beam.beam_source)
}