summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-11 02:34:35 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-11 02:34:35 -0800
commite4d5c6039f79b6952919882a74482695bffba6f9 (patch)
tree0b7d2b03d7f0b81890b4c46d678ecbc03097d414 /crawl-ref/source/ng-init.h
parent9b1fdd7ba57c569890b38ea821b93e7f972b534d (diff)
downloadcrawl-ref-e4d5c6039f79b6952919882a74482695bffba6f9.tar.gz
crawl-ref-e4d5c6039f79b6952919882a74482695bffba6f9.zip
Place some of the altars outside of the Temple
Framework for placing altars outside the Temple, into what I call "overflow temples". It currently places twelve altars in the Ecumenical Temple and two outside at D:2 through D:9, with each of the two overflow altars being placed in a "temple" which consists of a bare altar. The overflow temples can actually contain any number of altars, but I'm not a vault designer, so I went the minimalistic route. The levels the overflow temples are placed on can be listed with the wizard command "&:".
Diffstat (limited to 'crawl-ref/source/ng-init.h')
-rw-r--r--crawl-ref/source/ng-init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-init.h b/crawl-ref/source/ng-init.h
index 58fdce4514..dc41e8168d 100644
--- a/crawl-ref/source/ng-init.h
+++ b/crawl-ref/source/ng-init.h
@@ -3,6 +3,7 @@
void fix_up_jiyva_name();
void initialise_branch_depths();
+void initialise_temples();
void initialise_item_descriptions();
#endif