always sorted to the end. Now it's controllable. Default is still
to the end, but not for any real reason. Updated docs and init.txt.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3854 c06c8d41-db1a-0410-9941-cceddc491573
LZB2MLE66DKPQPG3BE6IU77HLHYMBQFJTKFJSPKEKZSOSXPXESJQC
BRCSZ3GW5VFJW2OGZSUVYJTOOS4NGEX63DNFBJYEILHSCLAA4C4QC
6K4SRFJRW7762C4M7GOP2J3ZX6UZOAN5ZAOSS6QALFFG4SXRXJKAC
WL5WZXFJ6TONUQRSHUY4GQ5USU47ILWNN5X2JDQZO4CRJJZSRQIAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
SVY2PTCLXR3KNPQAWXVXTTGCC5DR334HOAKHYO3VDDRWM2BWMALAC
4GFCF6N3MZSCHUB77Z3SQYJ3FYR5N3VBW2CGWANLJ74O5FEQH3CQC
YPALSPBPRHBZ6AA7Q2JVYWM53XIPB536EJGHUMESY4GKF4XFILZQC
HSRRNAU5UAYC6B6IQWGJPFROMZBTJICPCH6DJVZDHDTAGOQ6IOYAC
RPGERJQMO2J4ZDYTRHJCLZMXDVSTUOOJURSZ7FPWOUFHTXIV5VIAC
QFM6WJTFHB4KCQYVROAQD4KRAYV2FZKDL5PJZQN5MS7WDYSLJBIAC
EHSY6DVGUMI6C67WKET3GDJVLWJWGYBYQONNDK5JVT7BCTHBEZVAC
RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC
4MPLCIJZL4YNUWK2RTKNE6N4UWNBMO5WDRKW737ENVE3RKV5LCRAC
BDFIS53HAIHOCXQ5BE7WCO2MEOFCUQPFY4JGUWVLWY6JO3IFMEKQC
XPCGZBHHSL6MB3ORMUJI64BAERU6AZTIY6RK56BBW7SNB3IK24IAC
RHRAOBKSM35XB4EELW33PZ6ZJ25Z7R5CVCJVBEEAKCBQR7YK2BBAC
if (i_flags == Options.fire_order.size())
{
// Didn't match any flags -- last chance is the +f inscription
if (strstr(item.inscription.c_str(), "+f"))
{
fire_order.push_back( (i_flags<<16) | (i_inv & 0xffff) );
}
}
@w9 -- Typing 'w9' will wield this item. Any single digit will
work, and the item may contain more than one shortcut.
This also works with commands besides 'w'.
@*9 -- Any action command followed by '9' will use this item.
!w -- Wielding this item causes a prompt for confirmation.
This also works with commands besides 'w'.
!* -- Using this item with any command causes a prompt.
!p -- Nemelex Xobeh worshippers will be prompted before
sacrificing a stack of items containing an item with this
inscription; if the answer is "no", the whole stack will be
skipped, and none of the items sacrificed.
=p -- Nemelex Xobeh worshippers will be prompted before
sacrificing this particular item; if the answer is "no",
then Crawl will go on to sacrifice further items in the
stack.
=g -- Item will be picked up automatically if autopickup is on.
=k -- Item will be ignored in all listings on the ground.
It can still be picked up if it's the only item on the
ground.
=f -- Item will be ignored by the firing prompt and quiver.
It can still be fired/thrown using 't'.
=s -- If stash tracking is explicit, then dropping this item will
cause a stash to automatically be marked.
See the "Inscriptions" section of the crawl manual for more information
about inscriptions.
You can use the { command to manually inscribe items. Besides simply
making comments about items, there are several further uses.
You can use the { command to manually inscribe items. This adds a note
in curly braces to the item description. Besides simply allowing you
to make comments about items, there are several further uses.