git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6883 c06c8d41-db1a-0410-9941-cceddc491573
322S45ZREZCUYFUQXQN72HFBD5TJTS6KYBMSXOHP5YXZQPKLQLDQC
"tracer: foes %d, friends %d, foe_ratio: %d, smart: %s",
beam.foe_count, beam.fr_count, beam.foe_ratio,
beam.smart_monster ? "yes" : "no");
"tracer: foes %d (pow: %d), friends %d (pow: %d), "
"foe_ratio: %d, smart: %s",
beam.foe_count, beam.foe_power, beam.fr_count, beam.fr_power,
beam.foe_ratio, beam.smart_monster ? "yes" : "no");