summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index f72d3fbf41..a5dfc30195 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -63,7 +63,8 @@ bool cast_selective_amnesia(bool force);
* called from: ability - spell
* *********************************************************************** */
int cast_smiting(int power, dist &);
-
+bool remove_sanctuary(bool did_attack = false);
+bool cast_sanctuary(int power);
// updated 24may2000 {dlb}
/* ***********************************************************************