git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10079 c06c8d41-db1a-0410-9941-cceddc491573
EXPQHDUJDH3J47STNSABE3SNNZWCVRSMANAZVBYQY3W7E2KQUP7AC
// (Plain) plants and fungi cannot fight back.
if (mon->type == MONS_FUNGUS || mon->type == MONS_PLANT
|| mon->type == MONS_TOADSTOOL)
{
// Monster types that you can't gain experience from cannot
// fight back.
if (mons_class_flag(mon->type, M_NO_EXP_GAIN))