From e79ba3e8f21761993dfce92a4d8753dbc8503809 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 9 Nov 2009 23:50:23 -0600 Subject: Properly mark rods and spellbooks disliked by Cheibriados. --- crawl-ref/source/goditem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/goditem.h') diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h index 2ff0383614..8503b9d204 100644 --- a/crawl-ref/source/goditem.h +++ b/crawl-ref/source/goditem.h @@ -29,10 +29,12 @@ bool is_spellbook_type(const item_def& item, bool book_or_rod, bool is_holy_spellbook(const item_def& item); bool is_evil_spellbook(const item_def& item); bool is_chaotic_spellbook(const item_def& item); +bool is_hasty_spellbook(const item_def& item); bool god_hates_spellbook(const item_def& item); bool is_holy_rod(const item_def& item); bool is_evil_rod(const item_def& item); bool is_chaotic_rod(const item_def& item); +bool is_hasty_rod(const item_def& item); bool god_hates_rod(const item_def& item); conduct_type good_god_hates_item_handling(const item_def &item); conduct_type god_hates_item_handling(const item_def &item); -- cgit v1.2.3-54-g00ecf