random_pick, !, or #), defaults to 'y' == "I want to play this combination." (Implements part of FR 2088453.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9416 c06c8d41-db1a-0410-9941-cceddc491573
Z5QBJXLFUTXIHT4ADRMK7M33GX2DCDN323QQKYHWGYJ7GQKWW3TAC
QWIGHBYDCRD4VSUAY4GAPS66VM2JGMYMLPHWK6A6BCVPUXU7W5WQC
Z5ORIVPW6DXOP3G37OTMP4CY4JYUYS4PGNJ4BTZQ3L2ZTWU67RWAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
WQIEW3O4MANA2KKYRUWEZP44KHVJ4RRHEZTDXSF4EDELX66LO26QC
JPGW2YFZDRPAWPG4VAKOOB5SCJA2QSSLR5JJP7ULRBX3LLGI7PUAC
HQ5FYPDFIQNNDMKDSGWAAXYIVIRK42B4OBA2LESP2OA5SPKSTLVQC
RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC
else if (Options.random_pick)
{
// For completely random combinations (!, #, or Options.random_pick)
// reroll characters until the player accepts one of them or quits.
clrscr();
std::string specs = species_name(you.species, you.experience_level);
if (specs.length() > 79)
specs = specs.substr(0, 79);
If eat.lua has been sourced, the (e)at command will prompt for
all chunks on the floor and in your inventory, sorted by age.
If this option is set to true, clean chunks will be offered
before contaminated ones even if the latter are older.
The (e)at command will prompt for all chunks on the floor and in your
inventory, sorted by age. If this option is set to true, clean chunks
will be offered before contaminated ones even if the latter are older.