be too restrictive.) Fixes 1720479.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1481 c06c8d41-db1a-0410-9941-cceddc491573
MX2KOWAIE37VLSQJWXVEDVQVB3DL325Q7YFUSSHYMAIH53Y74IJQC // These require manual setting of mons.number to indicate// what they are a simulacrum/zombie of, which we currently// aren't smart enough to handle.|| new_mclass == MONS_SIMULACRUM_LARGE|| new_mclass == MONS_SIMULACRUM_SMALL|| new_mclass == MONS_ZOMBIE_SMALL|| new_mclass == MONS_ZOMBIE_LARGE
if(!valid_morph( monster, targetc )) {strcat( str_polymon, " looks momentarily different.");player_messaged = simple_monster_message( monster, str_polymon );return (player_messaged);}
if (!valid_morph( monster, targetc ))return simple_monster_message(monster, "looks momentarily different.");