From 87f6bc7bfb79dd38454d52945ed1bef5cbb5ffbd Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Tue, 12 Jan 2010 15:26:34 +1000 Subject: A quick "god gift" Wizard function. It will probably do nasty things to piety and god gift timeouts, but it's useful for quickly checking what acquirements can be got for different gods, and also testing Okawaru's missile acquirement (which wasn't working with slings before, but is now.) --- 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 36b09e4f5c..e5122ee2d1 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -135,5 +135,7 @@ void religion_turn_end(); int get_tension(god_type god = you.religion, bool count_travelling = true); +void do_god_gift(bool prayed_for = false, bool force = false); + std::vector temple_god_list(); #endif -- cgit v1.2.3-54-g00ecf