summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-01 11:25:46 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-09 05:30:22 +0100
commit82f6ad17de140911205a720b336cfa36603c8532 (patch)
treeeb6e2b8bb35965eba5d38a68452f94ad20130dae /crawl-ref/source/zotdef.h
parent9e88b4757e9ef1b02dfbbdb8e026245897608b33 (diff)
downloadcrawl-ref-82f6ad17de140911205a720b336cfa36603c8532.tar.gz
crawl-ref-82f6ad17de140911205a720b336cfa36603c8532.zip
Remove decks of dungeons and a number of now-unused cards
Decks of dungeons were no longer gifted and only generated very rarely. Most of the cards in it (as well as some cards just removed from wonders) were either uninteresting or problematic for various reasons. The removed cards are Experience, Sage, Water, Glass, Trowel, Minefield.
Diffstat (limited to 'crawl-ref/source/zotdef.h')
-rw-r--r--crawl-ref/source/zotdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/zotdef.h b/crawl-ref/source/zotdef.h
index 6c8a9a812f..37046a5408 100644
--- a/crawl-ref/source/zotdef.h
+++ b/crawl-ref/source/zotdef.h
@@ -8,6 +8,8 @@ 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();
void debug_waves();