unarmed attack.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9514 c06c8d41-db1a-0410-9941-cceddc491573
HG3YDCMEDPAHV3LDBMFI7QBFKDL3CF2JFI6LQNLDWK5UP4MJLGNAC
V6HEG3VZTVWAN257AW5XJANJYSD7MKJO7E7K4NPUZ4GDAEXA5CMAC
P2ZCF3BBG523ZEOD6XQA4X5YEHBTWH3IM33YVHXP2SQ5POXZIH4QC
R22TTMI6WXWULC7ODKFF3QCB7MOTETQQ6IR4BUCUPOCQKQNCTT5AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
J44YLLLSMPKEY3IXV3CPOM257PQZW45A4QWSSBYVFXS5T5XGQQWAC
{ continue; } // TSO worshippers don't use their stinger in order to // avoid poisoning. if (you.religion == GOD_SHINING_ONE && player_mutation_level(MUT_STINGER) > 0)
{
continue;
}
// TSO worshippers don't use their stinger in order to
// avoid poisoning.
if (you.religion == GOD_SHINING_ONE
&& player_mutation_level(MUT_STINGER) > 0)
unarmed_attacks.push_back("slap with your tail");
// TSO worshippers will not use their venomous tails. if (!(you.religion == GOD_SHINING_ONE && player_mutation_level(MUT_STINGER))) { unarmed_attacks.push_back("slap with your tail"); }
// TSO worshippers will not use their venomous tails.
if (!(you.religion == GOD_SHINING_ONE
&& player_mutation_level(MUT_STINGER)))