summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-01 19:48:33 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-01 20:10:07 +0200
commitac7150a2afd937bc2aedbec020ba7ee1932391e5 (patch)
treebf545c808aeae682819d16e0b9965103e787501a /crawl-ref/source/godabil.h
parent94a29e6b8d817f13cf75501e04e94cdd360590c8 (diff)
downloadcrawl-ref-ac7150a2afd937bc2aedbec020ba7ee1932391e5.tar.gz
crawl-ref-ac7150a2afd937bc2aedbec020ba7ee1932391e5.zip
Give every orc priest a portable altar.
You also get to pacify one orc band per game: the band you surrender to will let you live. Obviously, abandoning and reconversion doesn't work (even if you're still allowed to repent). Unlike HOPr only, this allow to play more interesting combos with Beogh. Converting when you (maybe!) get that Orc:4 altar is way too late to get much use of Beogh.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 65d7cb8790..cd2331bfd3 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -68,4 +68,7 @@ bool cheibriados_slouch(int pow);
void cheibriados_time_step(int pow);
bool ashenzari_transfer_knowledge();
bool ashenzari_end_transfer(bool finished = false, bool force = false);
+
+bool can_convert_to_beogh();
+void spare_beogh_convert();
#endif