summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:41:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:41:20 +0000
commit073c543794a6c722916775207213877500167327 (patch)
tree34ca8101ffe5c5ff7cd64ce857aba1698315bd81 /crawl-ref/source/spells3.h
parent220cc50e053ae2c95299fc59426dbfe535eb46d3 (diff)
downloadcrawl-ref-073c543794a6c722916775207213877500167327.tar.gz
crawl-ref-073c543794a6c722916775207213877500167327.zip
Clean up "Simulacrum".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5598 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 3c8b4bdcfc..52aa5f8866 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -124,7 +124,7 @@ void sublimation(int power);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-void simulacrum(int power);
+bool simulacrum(int pow, bool god_gift = false);
// updated 24may2000 {dlb}