git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9663 c06c8d41-db1a-0410-9941-cceddc491573
LIPV45VFEODRZ36S44VG5YGTCROJWTQ5QDGYP3C7MG2I4F52VKPQC if (Options.weapon != WPN_UNKNOWN && Options.weapon != WPN_RANDOM&& Options.weapon != WPN_UNARMED){// If Options.weapon is available, then use it.for (int i = 0; i < num_choices; i++){if (startwep[i] == Options.weapon&& startwep_restrictions[i] != CC_BANNED){you.inv[0].sub_type = Options.weapon;ng_weapon = Options.weapon;return (true);}}}