summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-01 11:11:01 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-09 05:30:28 +0100
commit618655495125eecf034a657fa79057517dc326ce (patch)
tree39a77f690c54ed07580b347e6ae5904bcb49fd4e /crawl-ref/source/zotdef.h
parentc4feebf056305ad7265cc2f27934d6e002759622 (diff)
downloadcrawl-ref-618655495125eecf034a657fa79057517dc326ce.tar.gz
crawl-ref-618655495125eecf034a657fa79057517dc326ce.zip
Remove the Sage effect
Since the card was removed and it only remained as a Zotdef effect.
Diffstat (limited to 'crawl-ref/source/zotdef.h')
-rw-r--r--crawl-ref/source/zotdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/zotdef.h b/crawl-ref/source/zotdef.h
index 37046a5408..8a8445279e 100644
--- a/crawl-ref/source/zotdef.h
+++ b/crawl-ref/source/zotdef.h
@@ -8,7 +8,6 @@ void zotdef_set_wave();
bool create_trap(trap_type spec_type);
bool create_zotdef_ally(monster_type mtyp, const char *successmsg);
bool zotdef_create_altar(bool wizmode = false);
-void zotdef_sage(int power);
void zotdef_create_pond(const coord_def& center, int radius);
void zotdef_bosses_check();