git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1742 c06c8d41-db1a-0410-9941-cceddc491573
6STQOVN7PAYN5Y7PISP7PFCV4SDZUMHVOI7DQGUN5GM2SLLA5CPAC
UQFNR6PCRYPSUWMFF7KHITOVE4DZJ4CEAHFSXO7NG6GYZRF5JKUAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Friendlies are mute: otherwise (a) their dialogue is inappropriate, // (b) they cause too many interrupts.
// Friendlies are mute: otherwise (a) their dialogue is inappropriate,
// (b) they cause too many interrupts.
&& monster->behaviour != BEH_WANDER && !mons_friendly(monster) && one_chance_in(21))
&& monster->behaviour != BEH_WANDER
&& !mons_friendly(monster)
&& one_chance_in(21))
&& monster->behaviour != BEH_WANDER && one_chance_in(21))