Also fixed Okie-Trog gift check that I'd broken inadvertently. Oops.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1011 c06c8d41-db1a-0410-9941-cceddc491573
MAB2G62ND7B3KVGJ6YIAQC52IVXZWWOEVFJ3XDVCGWI3DBRHS23AC
74LQ7JXVLAFSHLI7LCBKFX47CNTYSKGUQSXNX5FCIUIGCC2JTR3QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (agent == GOD_TROG || agent == GOD_OKAWARU) break; else
if (agent == GOD_TROG || agent == GOD_OKAWARU)
break;
else
if ((agent == GOD_TROG || agent == GOD_OKAWARU) && is_random_artefact(mitm[thing_created]))
if ((agent == GOD_TROG || agent == GOD_OKAWARU)
&& is_random_artefact(mitm[thing_created]))
continue;
else break;