Added message for rotten sacrifice attempts.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1971 c06c8d41-db1a-0410-9941-cceddc491573
MMND435BVG6KUGRUEMSHBQX27FRASBK5HJ6OSKLPON2LOG63L75QC
5R4WV4H5SNIM5WU2X33JJ63HIEGKCXN2HELZ6FRRKKANPLMRLF3QC
7NDXS36TE7QVXTXJWMYSVG5UHCCLPIO4VL6NXFGTDK3ZNKE3A2IAC
77H4BWWPPGLM3PLZH4QTAJRXIZTSDVNCOKZE223I437FN2UJ34RQC
MBBPLL4SZUB3JUUYQYLZW7S5OXRCEGJX3WWADOQXGHWQ7BIKCY5QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (Options.tut_just_triggered)
if (Options.tut_just_triggered || !Options.tutorial_left)
if (you.duration[DUR_PRAYER] && rotten && god_likes_butchery(you.religion) ) { simple_god_message(" refuses to accept that mouldy sacrifice!", you.religion);// simple_god_message(" demands fresh blood!", you.religion); }
if (you.duration[DUR_PRAYER] && rotten
&& god_likes_butchery(you.religion) )
{
simple_god_message(" refuses to accept that mouldy sacrifice!",
you.religion);
// simple_god_message(" demands fresh blood!", you.religion);
}