summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-07-11 15:37:47 +0000
committerRaphael Langella <raphael.langella@gmail.com>2011-07-11 21:34:47 +0200
commitfdfc2aad04f741a5fc05778aecc2484cb2158411 (patch)
treea3c0a6ae584988679753c632f39c484238dca18a /crawl-ref/source/spl-util.h
parent6a3a087368c481ab558f283c63aa7908fcc5c2e5 (diff)
downloadcrawl-ref-fdfc2aad04f741a5fc05778aecc2484cb2158411.tar.gz
crawl-ref-fdfc2aad04f741a5fc05778aecc2484cb2158411.zip
Print mindless in monster status only when using the healing ability.
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index b73370ddeb..2a96745002 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -139,7 +139,8 @@ bool spell_direction(dist &spelld, bolt &pbolt,
const char *target_prefix = NULL,
const char *prompt = NULL,
bool cancel_at_self = false,
- targetter *hitfunc = NULL);
+ targetter *hitfunc = NULL,
+ desc_filter get_desc_func = NULL);
skill_type spell_type2skill (unsigned int which_spelltype);