TSO (currently not possible, but just making sure).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4261 c06c8d41-db1a-0410-9941-cceddc491573
CVTJ6OQ5WSLXTRRJJDE3VIGVQ3V5CWSDEZIBOUGVGEMVOI7JQZQQC
P722Q43MJLCJ5NHF6FA27YM7IYP2ZTP6WP373BAVZPODZW4JLJPQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
} // Only TSO gifts blessed weapons, and currently // not through acquirement, but make sure of this anyway if (agent != GOD_SHINING_ONE) { if (is_blessed(doodad)) { destroy_item(thing_created, true); thing_created = NON_ITEM; continue; }
}
// Only TSO gifts blessed weapons, and currently
// not through acquirement, but make sure of this anyway
if (agent != GOD_SHINING_ONE)
{
if (is_blessed(doodad))
destroy_item(thing_created, true);
thing_created = NON_ITEM;
continue;