From e4d5c6039f79b6952919882a74482695bffba6f9 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 11 Nov 2009 02:34:35 -0800 Subject: 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 "&:". --- crawl-ref/source/ng-init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/ng-init.h') 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 -- cgit v1.2.3-54-g00ecf