summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-08-22 13:36:43 +0200
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-08-22 13:59:59 +0200
commit6b7ff6694ebae21155598f4cd4ace040e7423ba9 (patch)
tree8b3ce59cafc7adabd5d80d3d98076de675eae5f2 /crawl-ref/source/spl-goditem.h
parent2d5f3c5367ec0d4dce1a0e9403ed50a58766e13d (diff)
downloadcrawl-ref-6b7ff6694ebae21155598f4cd4ace040e7423ba9.tar.gz
crawl-ref-6b7ff6694ebae21155598f4cd4ace040e7423ba9.zip
Redistribute ench. spell code into self/wpn enchantment.
Remove spells1.* and spells2.*.
Diffstat (limited to 'crawl-ref/source/spl-goditem.h')
-rw-r--r--crawl-ref/source/spl-goditem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-goditem.h b/crawl-ref/source/spl-goditem.h
index fb64a5e095..c000c7b452 100644
--- a/crawl-ref/source/spl-goditem.h
+++ b/crawl-ref/source/spl-goditem.h
@@ -5,6 +5,7 @@ void identify(int power, int item_slot = -1);
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);
+bool cast_revivification(int pow);
void antimagic();