summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 09:11:50 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 09:11:50 +0000
commit7b4927dc530fe713ac4c784af53e1958d78a4eeb (patch)
tree580ca94f8645c5c578d37b92668bac145215b285 /crawl-ref/source/spl-util.h
parentc04f1e2e70434d149a12d097f79efb9178e593ef (diff)
downloadcrawl-ref-7b4927dc530fe713ac4c784af53e1958d78a4eeb.tar.gz
crawl-ref-7b4927dc530fe713ac4c784af53e1958d78a4eeb.zip
Spell changes: strengthened stone arrow and the storms, weakened bolts of fire and cold, and crystal spear.
(Re)allow partial spell names when using &Z in wizmode. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2543 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 56986ab064..1f3ce8219e 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -64,7 +64,7 @@ struct spell_desc
//* * called from: acr
void init_spell_descs(void);
-spell_type spell_by_name(std::string name);
+spell_type spell_by_name(std::string name, bool partial_match = false);
int get_spell_slot_by_letter( char letter );
spell_type get_spell_by_letter( char letter );