summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 22:02:06 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 22:02:06 +0000
commitb01c84211a1f8bb59391dff857c2dd6c1a74c23a (patch)
tree0f8bd339fa2acc88e84934ac58ae3fb50813766b /crawl-ref/source/spells3.h
parent8d408bcec276c6900302ddb079f17da88456acd3 (diff)
downloadcrawl-ref-b01c84211a1f8bb59391dff857c2dd6c1a74c23a.tar.gz
crawl-ref-b01c84211a1f8bb59391dff857c2dd6c1a74c23a.zip
Fixed a bug where entomb() wasn't checking DNGN_SPECIAL_FLOOR.
entomb() now has a power which determines the probability of building a wall at each square (capped at 95%.) You should hit the cap at Evoc 21 on a plain deck with no Nemelex support, maybe this is too soon (but maybe not.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2115 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index a93a91c330..f72d3fbf41 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -90,7 +90,7 @@ bool detect_curse(bool suppress_msg);
/* ***********************************************************************
* called from: decks - spell
* *********************************************************************** */
-bool entomb(void);
+bool entomb(int powc);
// updated 24may2000 {dlb}