git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2623 c06c8d41-db1a-0410-9941-cceddc491573
BYJVNG64DJWUDZH55L5XKRZSRGDV54TJOIDUXWTG52KMUUOOG4QQC
U3KGUJJQWQORJIIFH3ADVNIEEX5HOX6KEOXO7DJSL7L3Z6GG3PAQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (!is_random_artefact(thing)) thing.plus = std::max(static_cast<int>(thing.plus), 0);
if (!is_random_artefact(thing))
thing.plus = std::max(static_cast<int>(thing.plus), 0);
if (!is_random_artefact(thing)) thing.plus2 = std::max(static_cast<int>(thing.plus2), 0);
thing.plus2 = std::max(static_cast<int>(thing.plus2), 0);