monsters like statues and the royal jelly.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@702 c06c8d41-db1a-0410-9941-cceddc491573
O5A2BYFCOHSSDRZH3VAS2OYEJ2LBSZYNIQ4AB3BKZ2AWTNYLJ2JQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// [ds] Non-base draconians are much more trouble than their HD // suggests. if (mons_genus(new_mclass) == MONS_DRACONIAN && new_mclass != MONS_DRACONIAN && !one_chance_in(4)) { return (false); }
// [ds] Non-base draconians are much more trouble than their HD
// suggests.
if (mons_genus(new_mclass) == MONS_DRACONIAN
&& new_mclass != MONS_DRACONIAN
&& !one_chance_in(4))
{
return (false);
}
|| new_mclass == MONS_ROYAL_JELLY || new_mclass == MONS_ORANGE_STATUE || new_mclass == MONS_SILVER_STATUE
|| new_mclass == MONS_ROYAL_JELLY
|| new_mclass == MONS_ORANGE_STATUE
|| new_mclass == MONS_SILVER_STATUE