git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8237 c06c8d41-db1a-0410-9941-cceddc491573
RKE46KEAPF75AVXKGDGXHOASRYQ6UJPSCZSGT7BZBGC2CZCATZIQC
I6UO62GLJASOSMHEV4M74WQ3U4YFUFLM4AUA6XGWROCIK2LVDA7QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
R2DQBWKIW7YUJB5SOQ7J274JIYRVX4H3ISFRPAL5RG2RVVP4G2KAC
if (s_type < 0 || s_type >= NUM_LOUDNESS || s_type == NUM_SHOUTS) s_type = mons_shouts(monster->type);
if (s_type < 0 || s_type >= NUM_LOUDNESS || s_type == NUM_SHOUTS)
s_type = mons_shouts(monster->type);
std::string prep = "at"; if (s_type == S_SILENT || s_type == S_SHOUT || s_type == S_NORMAL) prep = "to"; msg = replace_all(msg, "@says@ @to_foe@", "@says@ " + prep + " @foe@");
std::string prep = "at";
if (s_type == S_SILENT || s_type == S_SHOUT || s_type == S_NORMAL)
prep = "to";
msg = replace_all(msg, "@says@ @to_foe@", "@says@ " + prep + " @foe@");
s_type = mons_shouts(monster->type); if (s_type < 0 || s_type >= NUM_LOUDNESS || s_type == NUM_SHOUTS)