summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-09-18 14:00:51 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-19 18:07:59 +0200
commitcb7513472897b423502a5d5be05daaebf9695782 (patch)
tree4107764d04bca5e149052cb38827764a9c2f3a11 /crawl-ref/source/spl-cast.h
parent1eb1730ff7b936c366f33c2c2f5c27e05e817de9 (diff)
downloadcrawl-ref-cb7513472897b423502a5d5be05daaebf9695782.tar.gz
crawl-ref-cb7513472897b423502a5d5be05daaebf9695782.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);