git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9351 c06c8d41-db1a-0410-9941-cceddc491573
HHI3OKPP4E6OHJDA4UTMIW7ISHFRIOEZETYTKYU4D3WQW7ZMTNTAC
3TYLZMKPDKBUM4NJ36PJIINJNTMXDYL7CSYW6VQNJ5U3XWCOLLJAC
7OC5HCGLN26GDA5SQTWKBSUZYZDZJXWIVMJ4NKKXREOEEPUGQ4YQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
KEYK3CH5J46U6TTOKTWRNMYTZXMQXFVEAZUC4ZQ4QCOSJHVIBDRQC
4IE6LVHAQEALNGRIXCQZ7RINKLZ62TMCCKKD74Q7MCDSXLZOA2UQC
// Can the monster fly/levitate? const flight_type fly = mons_class_flies(mon.type);
// Can the monster fly/levitate?
const flight_type fly = mons_class_flies(mon.type);
// Can the monster levitate/fly? const flight_type fly = mons_flies(&mon);
// Can the monster levitate/fly?
const flight_type fly = mons_flies(&mon);
return result.str();
return (result.str());