summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-11 12:51:20 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-11 12:51:20 +0000
commit3861479ddd6f0af75d97ba21794a831cfedf156c (patch)
tree2d6473b698d179fea3cfb5ed3fa801331de293d8 /crawl-ref/source/stuff.h
parent1d4cd176bdd2593a80dd0b320583a92c632ca114 (diff)
downloadcrawl-ref-3861479ddd6f0af75d97ba21794a831cfedf156c.tar.gz
crawl-ref-3861479ddd6f0af75d97ba21794a831cfedf156c.zip
Fixed abjuration (player and monster versions) to work with the new enchantment
duration system. Also strengthened monster abjuration, which became terribly weak after the 0.2 nerf. Monster abjuration now applies in a circle around the caster, squares adjacent to the caster getting full blast, and weaker abjuration effects going outwards. Player abjuration stays unchanged. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1836 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index f72a5f9730..42009c228d 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -52,6 +52,8 @@ int stat_div( int stat_level, int value, int div = 20, int shift = 3 );
int skill_bump( int skill );
unsigned char get_ch();
+int fuzz_value(int val, int lowfuzz, int highfuzz, int naverage = 2);
+
void cio_init();
void cio_cleanup();
void end(int exit_code, bool print_err = false,