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