git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9933 c06c8d41-db1a-0410-9941-cceddc491573
Y2VKZEWFWUIRBWPGSWX7GJCTECGSGDKMZV7MIHOM2DXJG7YMGM3QC // If a supporting wand was chosen, hand out a dagger instead of// the knife.if (you.inv[3].sub_type == WAND_CONFUSION|| you.inv[3].sub_type == WAND_ENSLAVEMENT)
// If an offensive wand or the rod of striking was chosen,// don't hand out a weapon.if (you.inv[3].base_type != OBJ_WANDS|| you.inv[3].sub_type != WAND_CONFUSION&& you.inv[3].sub_type != WAND_ENSLAVEMENT)