From be10fc3e15688ced9a7e3ce841ede8d68fd85eaa Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 11 Nov 2009 15:55:25 -0800 Subject: religion: temple_god_list() New function temple_god_list(), which returns a list of gods whose altars can appear in the main temple, overflow temples, and mini-temples. --- crawl-ref/source/religion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index 82b1a5f731..5ecc6ce34c 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -134,4 +134,6 @@ void religion_turn_start(); void religion_turn_end(); int get_tension(god_type god = you.religion, bool count_travelling = true); + +std::vector temple_god_list(); #endif -- cgit v1.2.3-54-g00ecf