summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow Beogh to give equipment to naked/unarmed orcsNicholas Feinberg2014-06-191-0/+1
| | | | | | The level given is very arbitrary; it might be simpler to just use the current depth, but I have a vague feeling that might be exploitable somehow...?
* Give mercs better items.Shmuale Mark2014-06-101-1/+1
| | | | | | | | | | | They automatically get their items set as MAKE_GOOD_ITEM, which might not be enough to make up for the mediocre weapon types they tend to start with, but it's the simplest solution for now. They're also marked as MF_HARD_RESET so that you can't not pay and then take their stuff. Also, fix compilation: I'll fix this (so that git bisect works) while merging into master.
* Make high-level monster creation return monster*Adam Borowski2012-01-051-2/+2
|
* Clean some menv idx / mid confusion.Adam Borowski2012-01-051-2/+2
| | | | | The word "mid" is used for three things: monster id, indices into the menv array, monster types. This removes (some of?) the second.
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* Pass weapon into monster generation code for Tukima's Dance.Robert Vollmert2010-09-171-3/+5
| | | | | | | | This seems to be a bit cleaner, and allows fixing issue #2597 (incorrect "comes into view" message when Xom animates your weapon during a delay). The message order is still wrong, but that's a different issue.
* only give two-weapon monsters two *weapons*, not all other itemsJesse Luehrs2010-09-041-0/+1
|
* Spectral orcs spell for NergalleShayne Halvorson2010-09-041-1/+1
|
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+0
| | | | | | This removes a couple of unnecessary includes from header files. I may have missed adding some tiles includes.
* Split away monsters' starting gear from makeitem.cc to mon-gear.ccAdam Borowski2009-11-081-0/+12