summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-04 03:15:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-04 03:15:23 +0000
commita1182f8419e8705d9408468e1e23f9c5c79b09eb (patch)
treed9c390cbfe5f82d428004d348903e8491a33d53b /crawl-ref/source/religion.h
parent44819209e9165b498413b19438994fadd6b9dd89 (diff)
downloadcrawl-ref-a1182f8419e8705d9408468e1e23f9c5c79b09eb.tar.gz
crawl-ref-a1182f8419e8705d9408468e1e23f9c5c79b09eb.zip
Implement evil item sacrifices for TSO: all evil weapons, plus wands of
draining, scrolls of torment, staves of death, rods of demonology, and lanterns of shadows. Expand is_evil_weapon() to cover these, and rename it is_evil_item(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3517 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index f780342309..bb1002c6cb 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -65,7 +65,7 @@ bool beogh_water_walk();
void beogh_idol_revenge();
void good_god_holy_attitude_change(monsters *holy);
void beogh_convert_orc(monsters *orc, bool emergency);
-bool is_evil_weapon(const item_def& weap);
+bool is_evil_item(const item_def& item);
bool ely_destroy_weapons();
bool trog_burn_books();
bool tso_stab_safe_monster(const actor *act);