summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-29 22:53:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-29 22:53:57 +0000
commit0eaec3460042bac94f3ef0e5538f0aa17da41b1a (patch)
treecd5efccd8c19b039cbb7fdad5b3ccc8b9db498ab /crawl-ref/source/effects.h
parent3a6a9408cc571b76b676e7317beea3f2d9af72e8 (diff)
downloadcrawl-ref-0eaec3460042bac94f3ef0e5538f0aa17da41b1a.tar.gz
crawl-ref-0eaec3460042bac94f3ef0e5538f0aa17da41b1a.zip
Tidy up Xom effects a bit in that berserk and vitrification will only give
a message if they actually happen. Also, add some more flavour messages for vitrification. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3494 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 36d6537fc3..115af95922 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -113,7 +113,7 @@ void torment( int caster, int tx, int ty );
int torment_monsters(int x, int y, int pow, int caster);
bool forget_inventory(bool quiet = false);
-void vitrify_area(int radius);
+bool vitrify_area(int radius);
void update_corpses(double elapsedTime);
void update_level(double elapsedTime);
void handle_time( long time_delta );