summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-21 15:39:41 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-21 15:42:08 +0200
commitf38686da314acb638e8f655cff6db865c6841056 (patch)
tree5100661f6fd2d97414ae1d6aa0e5bdb8dcd5a5d1 /crawl-ref/source/religion.h
parent841ed044c957325a8b37d39a4682b603770c7fc6 (diff)
downloadcrawl-ref-f38686da314acb638e8f655cff6db865c6841056.tar.gz
crawl-ref-f38686da314acb638e8f655cff6db865c6841056.zip
Add missing Chronos conducts for hasting yourself, casting swiftness,
using weapons of speed and boots of running.
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 9445a4fbe6..3a24511bcf 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -131,6 +131,7 @@ bool is_evil_discipline(int discipline);
bool is_holy_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_evil_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_chaotic_spell(spell_type spell, god_type god = GOD_NO_GOD);
+bool is_hasty_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_any_spell(spell_type spell, god_type god = GOD_NO_GOD);
bool is_spellbook_type(const item_def& item, bool book_or_rod,
bool (*suitable)(spell_type spell, god_type god) =