git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10268 c06c8d41-db1a-0410-9941-cceddc491573
FEMG2L5AKPPUVYNAHL4KSFP577SRC67O7PFZKKPIXWRSFN7XNJNQC
ACO4RHJ6A5I3ECRL4MVU7PGTNWIDY7JNR7IK3NJFWZO2OEG2OFAAC
MCQZ4HEOF65FEVWUEAMO2765JYMJPKXQ454HCCWWK3JUYEUSUXTAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
JJULXW764V5C2HJKZNWQAEWB6QM5YZADD7ZCE35LYTBFEM6PMYCAC
3GJTOMYXXJLY7QZNJLIONXAOHMU64PDYRXUYYQATIB7WPRHSNN6AC
RKU2FIDSJCR4GZYBI7CLCFEYXVV5KRKI2CJFDNQT7YMWXUTUG7TAC
C2PRXJYHDRF2642VDAUY76HJKCPQFGWDI6AM3SMCMYCHGWYDQXQQC
6LT6USGJOTDMRJGXLAN2NSZXK2GKWEXDKKUV6SVV7ZC6WI6EKMDQC
T7CUIVICB74342RA32BR37T36FOX4RBSQIB5PNOHTGTGUYGDKSTQC
P2YNOE2TUTZFAOBTHJOIVD6TCV7J7D2UKUX67LHZUL6QY44ZMENQC
3A3OAIFRFU3IHF6SDNDPCN3XYOFYIBYCEYJAXAFASCFDY76SMFXQC
Z6343ZVG2VOE7WOLBS7YLIWJ6XGCRCGJRJLP5WUVRTG7VOIXRRLAC
B5OK4FEITJ6MUT7J76OJJH2TOPTZGG7J7UPIJ6Z6WA5FC526FLTAC
BTDIRPAGSX5DWEEV62VGTYALWM6G5LKFKHT7HYJXVH7XBA4BPHLQC
S4BRP4VHB23F2FCC6BXNAN2MZRVUGW7QMXUEOAVZVGFXKXJPVLLQC
WQIEW3O4MANA2KKYRUWEZP44KHVJ4RRHEZTDXSF4EDELX66LO26QC
static void _give_random_potion( int slot );
static void _give_random_secondary_armour( int slot );
static bool _give_wanderer_weapon( int slot, int wpn_skill );
static void _give_random_potion(int slot);
static void _give_random_secondary_armour(int slot);
static bool _give_wanderer_weapon(int slot, int wpn_skill);
you.inv[ slot ].quantity = 1;
you.inv[ slot ].base_type = OBJ_ARMOUR;
you.inv[ slot ].special = 0;
you.inv[ slot ].plus = 0;
you.inv[ slot ].plus2 = 0;
you.inv[slot].quantity = 1;
you.inv[slot].base_type = OBJ_ARMOUR;
you.inv[slot].special = 0;
you.inv[slot].plus = 0;
you.inv[slot].plus2 = 0;
you.inv[ slot ].quantity = 1;
you.inv[ slot ].base_type = OBJ_WEAPONS;
you.inv[ slot ].plus = 0;
you.inv[ slot ].plus2 = 0;
you.inv[ slot ].special = 0;
you.inv[slot].quantity = 1;
you.inv[slot].base_type = OBJ_WEAPONS;
you.inv[slot].plus = 0;
you.inv[slot].plus2 = 0;
you.inv[slot].special = 0;
// We default here if the character only has fighting skill. -- bwr
you.inv[ slot ].sub_type = WPN_SHORT_SWORD;
// We default here if the character only has fighting skill. - bwr
you.inv[slot].sub_type = WPN_SHORT_SWORD;