From 7b4927dc530fe713ac4c784af53e1958d78a4eeb Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 25 Oct 2007 09:11:50 +0000 Subject: 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 --- crawl-ref/source/spl-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-util.h') 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 ); -- cgit v1.2.3-54-g00ecf