Orcs no longer get blowguns.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1718 c06c8d41-db1a-0410-9941-cceddc491573
NZ3NCJMU7VE2C5OHIMHBLSSUWPXYI5RURKED4IHO2QUUAGPGUR5AC
5KJCHLIUFKRPMIVWUAYT6EOF7SW4PTQF6Y5OPEFWXGLE7DUGYLZAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
GSS3OCYMI4MYKACCGNLFA267VDH2U7G4QVVDLMOVAUHZTYQ3QJDAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
DTO3EUKWHZ5RJNGNCFYXSOVTIPVXPP637F2W7WFGYKJ7JK7VNKNQC
static bool surge_identify_boosters(int spell)
static bool surge_identify_boosters(spell_type spell)
const unsigned int typeflags = spell_type(spell);
const unsigned int typeflags = get_spell_disciplines(spell);
unsigned int disciplines = spell_type(spell);
unsigned int disciplines = get_spell_disciplines(spell);
if (one_chance_in(15) && level > 1) { item.base_type = OBJ_WEAPONS; item.sub_type = WPN_BLOWGUN; break; } // deliberate fall through {gdl}
if (one_chance_in(15) && level > 1)
{
item.base_type = OBJ_WEAPONS;
item.sub_type = WPN_BLOWGUN;
break;
}
// deliberate fall through {gdl}