From 7a5fc61d8ed68ea39388f9d779fb9bd0efedbf93 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 21 Nov 2009 10:53:36 +0100 Subject: Create areas.cc and move sanctuary code there. areas.cc is meant to collect all area effects like sanctuary, silence, halo, pending future unification. --- crawl-ref/source/spells3.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/spells3.h') diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h index 6b2cb7dad4..394df3e9fe 100644 --- a/crawl-ref/source/spells3.h +++ b/crawl-ref/source/spells3.h @@ -19,8 +19,6 @@ bool cast_bone_shards(int power, bolt &); bool cast_selective_amnesia(bool force); bool cast_smiting(int power, const coord_def& where); -bool remove_sanctuary(bool did_attack = false); -void decrease_sanctuary_radius(); bool cast_sanctuary(const int power); bool project_noise(); bool detect_curse(bool suppress_msg); -- cgit v1.2.3-54-g00ecf