Fix longdesc for potions of congealed blood (1914523).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3687 c06c8d41-db1a-0410-9941-cceddc491573
GS6EEHMVCI6B7D6CEBELLIPNZVGLUTLEE7LX7LHI6W6SCMMBWMUAC
Q3XHNSHW6FI4JCXSEABATRFBJPMCF7PXNG2K6ZQTRRPVMIZFHUBQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
// buff must be at least ITEMNAME_SIZE if non-NULL. If NULL, a static// item buffer will be used.
// buff must be at least ITEMNAME_SIZE if non-NULL. If NULL, a static
// item buffer will be used.
if (this->sub_type == POT_BLOOD && this->special < 200)
// rotting corpses don't get special dbnames, so neither do !blood if (this->sub_type == POT_BLOOD && this->special < 200 && !dbname) {
// rotting corpses don't get special dbnames, so neither do !blood
if (this->sub_type == POT_BLOOD
&& this->special < 200
&& !dbname)
{
}