git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1219 c06c8d41-db1a-0410-9941-cceddc491573
DGF6PWWASI5CEJBNZ3S5IU2PTM5CSKUUQXQPZ6A26XFPZIHKGJ5AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// set fake damage for the tracer. beem.damage = dice_def(10, 10);
// set fake damage for the tracer.
beem.damage = dice_def(10, 10);
// clear fake damage (will be set correctly in mons_throw). beem.damage = 0;
// clear fake damage (will be set correctly in mons_throw).
beem.damage = 0;