summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:35:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:35:30 +0000
commit95e59f96be707defda5bc535d5e72b2f96fc0b21 (patch)
tree12b5e954c5126f1029f9d3a5e9cfdfaf63242b15 /crawl-ref/source/spells3.h
parent2408978589f3e2b17fb874dc88137a7c0747af7c (diff)
downloadcrawl-ref-95e59f96be707defda5bc535d5e72b2f96fc0b21.tar.gz
crawl-ref-95e59f96be707defda5bc535d5e72b2f96fc0b21.zip
Clean up "Death Channel" some more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5603 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 159d6aea76..cc0cb08705 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -113,7 +113,7 @@ bool remove_curse(bool suppress_msg);
bool cast_sublimation_of_blood(int pow);
bool simulacrum(int pow, bool god_gift = false);
bool summon_horrible_things(int pow, bool god_gift = false);
-bool cast_death_channel(int pow);
+bool cast_death_channel(int pow, bool god_gift = false);
// updated 24may2000 {dlb}