summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-19 16:27:53 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-19 16:27:53 +0000
commit09368bdee93d7cfeef2f2f6483a3d301239a6bff (patch)
tree98b35f6dfeb3aa1d584203a28bca7c9adf6dc5e7 /crawl-ref/source/spells1.h
parent7027d6e07332bbdf6322e4d0c1c7aed78c2231bc (diff)
downloadcrawl-ref-09368bdee93d7cfeef2f2f6483a3d301239a6bff.tar.gz
crawl-ref-09368bdee93d7cfeef2f2f6483a3d301239a6bff.zip
Added an invocable power to train Invocations for Lugonu (previously the first
power that could train Invocations was the 7mp demon summon). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1061 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 1f684139c4..c29a535221 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -136,7 +136,7 @@ void purification(void);
/* ***********************************************************************
* called from: ability - decks - fight - spell - spells - spells1
* *********************************************************************** */
-void random_blink(bool);
+void random_blink(bool, bool override_abyss = false);
#endif