git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9255 c06c8d41-db1a-0410-9941-cceddc491573
AT2JSJWMOSK7DPVA6KUKD2ERKWX23KXLKYJBMNTHPDP6INMOG7VQC
NDP5ANTLTYSDYLBHZPEJLO6IDU6OKA6UQHYWSBUXEEPYHZLRTYNQC
QF73W3FVS3354CSQ4VCQNYS7AYOMXB6V6ZWQXOEN4KFHVSE2GTFAC
VGXHYRUOSTKGZ3IXD6YDH57J52TKLZEYZTQF75WOJN2IDKCITDCAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
2BQFPAKR5PIVX4OW6P3NAWKEL37HZ4TTAZDC4JQNC7P5EMQEBRPQC
TGJZXTUIAKCFZQJ54ZQEBGFBVZSJCAX6AWDRSH3TP7UJRLGUM5SAC
FLAGBNUNSIQNFDN53CDWABJRTTFWDL4PG34AI474ZKPXDEPYHOAQC
XBG7XR25YA6RPEUDBPLGK2APPFS33XJLVKQUXLXWMSY6RWQ4IKHQC
DINIHMHQWCV7UKXHNIA2TLT2ZOO5IYJJE7GMI3XUAWYIR37AKD2QC
RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC
FBSQWOO5V3GQG3RISR2VFCIJD5U3L7EWVLVJES6NJ4H7F24LWWFAC
CRQ3WJCOA5X7MWZYVUDQMO4N5BU6NSCMPFTO3ENLNRCT5U3ONBPAC
}
void _drop_everything()
{
if (inv_count() < 1)
return;
mpr( "You find yourself unable to carry your possessions!" );
for (int i = 0; i < ENDOFPACK; i++)
{
if (is_valid_item( you.inv[i] ))
{
copy_item_to_grid( you.inv[i], you.pos() );
you.inv[i].quantity = 0;
}
}
Characters
----------
* Merged Ogre-Mages into Ogres with completely new aptitudes.
* Added non-healing species: Deep Dwarves.
* Added Artificer class.
* Transformations now cause worn equipment to be melded rather than removed.
* Vampires can no longer heal via potions of blood or non-fresh corpses.
* Overhaul nutrition values and duration for Vampires feeding on corpses.
* Draining of the experience pool is now reduced by life protection.
* Player and monster nagas no longer flounder or lose stealth in shallow water.
* Secondary unarmed attacks now wake sleeping monsters.
* Pure spellcasters don't start with a knife anymore.
* Tweak starting choice restrictions.
Characters
----------
* Merged Ogre-Mages into Ogres with completely new aptitudes.
* Added non-healing species: Deep Dwarves.
* Added Artificer class.
* Transformations now cause worn equipment to be melded rather than removed.
* Vampires can no longer heal via potions of blood or non-fresh corpses.
* Overhaul nutrition values and duration for Vampires feeding on corpses.
* Draining of the experience pool is now reduced by life protection.
* Player and monster nagas no longer flounder or lose stealth in shallow water.
* Secondary unarmed attacks now wake sleeping monsters.
* Pure spellcasters don't start with a knife anymore.
* Tweak starting choice restrictions.