summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.h
diff options
context:
space:
mode:
authorArxale <gafrie@gmail.com>2010-12-02 20:13:37 +0300
committerAdam Borowski <kilobyte@angband.pl>2011-01-26 02:02:58 +0100
commite230438d50ef73e6cee0c1a218486e787e1cc0d8 (patch)
treefa67c15ed4c9a12082f9704bf49d72405372b74b /crawl-ref/source/spl-goditem.h
parentc82dbd7e590b31b2938e6a4db22f7634839773fc (diff)
downloadcrawl-ref-e230438d50ef73e6cee0c1a218486e787e1cc0d8.tar.gz
crawl-ref-e230438d50ef73e6cee0c1a218486e787e1cc0d8.zip
Allow cancelling some scrolls without consuming them
Diffstat (limited to 'crawl-ref/source/spl-goditem.h')
-rw-r--r--crawl-ref/source/spl-goditem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-goditem.h b/crawl-ref/source/spl-goditem.h
index 07a452bf65..ed8aa26503 100644
--- a/crawl-ref/source/spl-goditem.h
+++ b/crawl-ref/source/spl-goditem.h
@@ -1,7 +1,7 @@
#ifndef SPL_GODITEM_H
#define SPL_GODITEM_H
-void identify(int power, int item_slot = -1);
+int identify(int power, int item_slot = -1, std::string *pre_msg = NULL);
int cast_healing(int pow, bool divine_ability = false,
const coord_def& where = coord_def(0, 0),
bool not_self = false, targ_mode_type mode = TARG_NUM_MODES);