summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/butcher.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove 2 more parameters from items()reaverb2014-08-081-1/+1
| | | | | They were only used in one place, and the relevant code was moved to that one place in the previous commit.
* Remove a parameter from items() (mundane)reaverb2014-08-081-1/+3
|
* Remove stuffNicholas Feinberg2014-07-291-1/+1
| | | | | | | .cc, moving its contents into the new stepdown.cc and strings.cc. (The latter also got many donations from libutil.h.) Down with stuff! Up the new flesh!
* Make Sublimation of Blood only effective when cast on the playerChris Campbell2014-07-231-2/+1
| | | | | | | | | | | Having a spell work in two completely different ways depending on context is unintuitive, and self-casting it is the much more interesting use. Makes the spell unmemorisable for species without blood (Gargoyle, Ghoul, Mummy). Species that can't bleed get both level 1 spells from the first Kiku gift. Has some ugly duplication of lists of species that can't bleed, because using player::can_bleed won't correctly handle statue- or lich- formed players even with allow_tran = false, due to them changing the player's holiness.
* Combine key names, symbolise.Shmuale Mark2014-07-041-1/+1
|
* Let BLOOD finally have its place in the sunNicholas Feinberg2014-07-011-1/+1
| | | | | | ...by moving bloodspatter functions into their own file. Death to misc.cc! Long live the new file hierarchy!
* Split butchering/bottling into a new fileNicholas Feinberg2014-07-011-0/+288