git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9592 c06c8d41-db1a-0410-9941-cceddc491573
ZF6STV5NEMEP5O5S6QO52R2CS5JEAGUQA5OKSBI2BIWF3OLZP4CQC
ZC24YRNAWF22TJTLXMSZI7ML5IY3LMK6QSRHPV236OZMBJPI522QC
TYAUNNAVB4GEKXYSR447JXRDKRJJZHAVV7XLWGU7RXEP5JMJCQKAC
TPJYUAKSEZMCCCJANJ5EQ7F67QVTPFEOWBD7WYK33NLRN657Y5VQC
KFULGQQOHWUTXOM3BXCCYPGGVGGY4Z6265XUFRCBPNLTZAEHJZSQC
QK7YLIH7SWBSL3OEBQJYVFNTW4XT5FF6U3GPKW7PEGHBLPV3TVQAC
UKYGZDI6PYZPXDACCQGVPHANUP5ADCSNROOZIE7LYIZQWSNFHJZAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
77H4BWWPPGLM3PLZH4QTAJRXIZTSDVNCOKZE223I437FN2UJ34RQC
C2PRXJYHDRF2642VDAUY76HJKCPQFGWDI6AM3SMCMYCHGWYDQXQQC
EGV2HM7SD7UQSWJGLR65NQJTUBAJ7WHLM67FMH4UFP7JRSFKREPAC
5BJPWUPLJFS34FUTFJVKA4A52YMIGV6EWDXLNSDCWBJWBGVSQFGQC
K2GMFKXUWN5R3KCW6OYVXHN47MIQZKEEIOSAU6LFFKBNKF6JBVWAC
B7MSPF6X2RLGWN4M6ZZF3WSOPKGYPTTD7LIJVST7DXN27DG6JHNAC
2ESKXYN266CEMLSL6DNCKG4REDO34FXL4ODVGMWDJTNJRKMXWCRQC
2IJDLTWK74ULETLFTIPUIY2MSG6RNONVAFNFE7MADPT6UNYSSBDAC
WFMQVPMMOPG5SBJD5LUBOIYWRMXVWK3FXENK7SAEGZ5T6XWFKERQC
7PUXIFCIIHCB6RV3INU6BDINAKJ4ZF4QSINTXJADE46AFMG74AOQC
6F2J5HCYTKKIGZD4O6FETFA4WOUI4A5VHPVD4U37JPLX6SYX6DQQC
RR2J4VLJCZSAKY3HNS334KI4YUAPOMSETO2HGCGEEIUCUJAYAGSQC
PTHJX2MZO5SDSHZMZOWBUPHUEZZPNU6NQAFOC6L3IYMO7C3C4UWQC
S34LKQDIQJLIWVIPASOJBBZ6ZCXDHP5KPS7TRBZJSCDRVNCLK6UAC
RW3H34H6MQOI3CW4ILNH3VXRKQY73KIUGZKGDQDXPGGB5D6N4RFAC
54GM2XLVWNBG6NPV5ZD3KJOLSZE6FQ4HZSGE5QHU4LDJFDOQ3SFAC
5WTON5VTJGPCTHAPQX243LSCMAH5WVEZFZYGAMYMITK4O24EVFAAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
7PRZJ6KZLG26YVTAMXT7YOTQLWZHGWGRTKXZZ52P4XYCQD4GT5WQC
case SPELL_TUKIMAS_DANCE:
return (true);
{
if (!player_weapon_wielded())
return (false);
// The wielded weapon must be a non-branded non-launcher non-artefact!
const item_def& weapon = *you.weapon();
return (!is_artefact(weapon) && !is_range_weapon(weapon)
&& get_weapon_brand(weapon) == SPWPN_NORMAL);
}
}
static bool _wielding_deck()
{
return (you.weapon() && is_deck(*you.weapon()));
out the Tutorial for some general playing hints. (To do this, press 'T' in
the character selection menu.) Also, there are easy playing combinations
and more challenging ones (marked in dark grey on the selection screen).
If you are new to Crawl, sticking to the easier ones is advisable. In
general, treat each new monster you meet with utmost caution and keep an
eye on your hit points and magic.
out the Tutorial for some general playing hints. (To do this, press
'Ctrl-T' in the character selection menu.)
Also, there are easy playing combinations and more challenging ones
(marked in dark grey on the selection screen). If you are new to Crawl,
sticking to the easier ones is advisable. In general, treat each new
monster you meet with utmost caution and keep an eye on your hit points
and magic.
(such as the extensive Vanquished list). If you join the ##crawl channel of
the freenode IRC, you will find helpful souls who will even watch you and
give hints should you play on one of the public servers.
(such as the extensive Vanquished list). If you join the ##crawl channel
of the freenode IRC, you will find helpful souls who will even watch you
and give hints should you play on one of the public servers.
A: Not a cheating mode, exactly, but if your build supports it you can play
in wizard mode (access with '&') where you are prompted whenever you're
about to die, and have access to a number of nifty commands to create
equipment, travel to distant branches, or fiddle with your stats or skills.
A: Not a cheating mode, exactly, but if your build supports it you can
play in wizard mode (access with '&') where you are prompted whenever
you're about to die, and have access to a number of nifty commands to
create equipment, travel to distant branches, or fiddle with your stats
or skills.