summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-09-26 09:13:53 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-29 11:55:51 +0200
commit5c91f256ba9258e312c0dede6caba5d9003b213e (patch)
treeb0d60ddf0994d6a69a17e9c870a00463beeaa18e /crawl-ref/source/spl-cast.h
parent7199d528a1dcc780766f0c237d13b8764ad0d208 (diff)
downloadcrawl-ref-5c91f256ba9258e312c0dede6caba5d9003b213e.tar.gz
crawl-ref-5c91f256ba9258e312c0dede6caba5d9003b213e.zip
Add noise level to spell description.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 9de9dfa977..c625d237a0 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -79,7 +79,7 @@ std::string spell_power_string(spell_type spell);
std::string spell_range_string(spell_type spell);
std::string spell_schools_string(spell_type spell);
const char* spell_hunger_string(spell_type spell);
-
+std::string spell_noise_string(spell_type spell);
bool is_prevented_teleport(spell_type spell);