git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6943 c06c8d41-db1a-0410-9941-cceddc491573
SR6UWZ4GCPJO4D66CWXTXJVKO3ST2YUDEAGY32GTVLXRONPGHTEQC
PI5BATR2SER3RFE76IUGHM2AGXVFOUM3PLU7WC2K2Q2BA5K2E73QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
mprf(MSGCH_EXAMINE, "%s appears to be resting.", mon->pronoun(PRONOUN_CAP).c_str());
mprf(MSGCH_EXAMINE, "%s appears to be resting.",
mon->pronoun(PRONOUN_CAP).c_str());
mprf(MSGCH_EXAMINE, "%s appears to be %s.", mon->pronoun(PRONOUN_CAP).c_str(), mons_is_confused(mon) ? "sleepwalking" : "resting");
mprf(MSGCH_EXAMINE, "%s appears to be %s.",
mon->pronoun(PRONOUN_CAP).c_str(),
mons_is_confused(mon) ? "sleepwalking" : "resting");