fixing per Haran's comment).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@793 c06c8d41-db1a-0410-9941-cceddc491573
IDTLZ6PEPJP67PO7K5TODLXTBFAEVIE4C3HZCXIQK6OIAQKRVDUQC
// put in an exception for fungi, plants and other things you won't
// notice slow down.
if (simple_monster_message(monster, " seems to slow down."))
if (!mons_is_paralysed(monster)
&& simple_monster_message(monster, " seems to slow down."))
{
// put in an exception for fungi, plants and other things you won't
// notice speed up.
if (simple_monster_message(monster, " seems to speed up."))
if (!mons_is_paralysed(monster)
&& simple_monster_message(monster, " seems to speed up."))
{