summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the last missing instances of the unclean/chaotic split.David Lawrence Ramsey2009-11-201-1/+1
|
* Properly split up unholy and evil items, reworking is_(unholy|evil)().David Lawrence Ramsey2009-11-101-1/+1
| | | | This is mainly for Fedhas, who hates the latter but not the former.
* Replace monsters::is_magic_user() withDavid Lawrence Ramsey2009-11-101-1/+1
| | | | | monsters::is_actual_spellcaster(), as it's simpler, and monsters with the "actual spells" flag should always have spells anyway.
* Rename FeawnCharles Otto2009-11-081-3/+3
| | | | | In most places Feawn is now referred to as "Fedhas," its long name (used in the religion screen) is "Fedhas Madash"
* Collect attitude changing code.Robert Vollmert2009-11-061-0/+26