summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
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}