git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8728 c06c8d41-db1a-0410-9941-cceddc491573
EUWHIQ4TKYULSXBSKFQ2647HHDTQDBPFGPPF4AMPSYR4VQVDHGHAC
TGMLNXYRQPKRNQLMRQYRF2SPMB7SREC5N3H5QXT3UYSSY7UCTLCAC
ZGUJWUFJ4NFFJ6PGXLFGQWCWBCZHPWGWI44NJHJEVPRG5L36PADQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
simple_monster_message(monster, make_stringf(" falls into the %s!", grid == DNGN_LAVA ? "lava" : "water").c_str());
simple_monster_message(monster,
make_stringf(" falls into the %s!",
grid == DNGN_LAVA ? "lava" : "water").c_str());
mprf("%s falls into the %s!", monster->name(DESC_CAP_THE).c_str(), grid == DNGN_LAVA ? "lava" : "water");
mprf("%s falls into the %s!",
monster->name(DESC_CAP_THE).c_str(),
grid == DNGN_LAVA ? "lava" : "water");