summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge Firing and Aim lines, per dcss:messagespam.Haran Pilpel2010-01-151-0/+3
|
* Repair monster ability to use throwing weapons.Darshan Shaligram2010-01-031-1/+2
| | | | Monsters were unable to use throwing weapons in inventory, and would reject throwing weapons at generation time, fixed.
* Constify g{et,ive}_mimic_item(). (by)Adam Borowski2009-12-151-2/+2
|
* Make mimics hold the item they're mimicking, instead of fragile hacks with ↵Adam Borowski2009-12-151-1/+2
| | | | saving RNG state.
* Implement reaping as a melee brand.Adam Borowski2009-11-251-0/+1
|
* Replace monster_index with monsters::mindex.Vsevolod Kozlov2009-11-131-2/+0
|
* Move most Royal Jelly code to dat/lair.desMatthew Cline2009-11-131-2/+0
|
* porkulator: completely restore reverted monstersMatthew Cline2009-11-121-0/+2
|
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-0/+179
I'm pretty sure I've managed to replace every instance of a reference to these files, so I hopefully haven't missed anything.