From 4862ac7ba83dc160fdc3f5f4639e79d24eb88630 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 20 Oct 2009 16:16:59 -0700 Subject: gods: added "Chronos", the slow god Signed-off-by: Brendan Hickey Acked-by: Steven Noonan --- crawl-ref/source/religion.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index 4583ac2095..971be5d3cd 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -74,6 +74,9 @@ void enable_attack_conducts(god_conduct_trigger conduct[3]); void disable_attack_conducts(god_conduct_trigger conduct[3]); void excommunication(god_type new_god = GOD_NO_GOD); +bool ponderousify_armour(); +int chronos_slouch(int); + void gain_piety(int pgn); void god_speaks(god_type god, const char *mesg); void lose_piety(int pgn); -- cgit v1.2.3-54-g00ecf