summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-31 22:39:47 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:19 -0600
commitfb2552e5fdcdf24bcb3eff80d8ae58e2116d5447 (patch)
treea891a7c9754726c2e32c269bae506329c92d81c5 /crawl-ref/source/godabil.h
parent3ef11c3138aa1a63f592fa61dfc72a86bf76e61b (diff)
downloadcrawl-ref-fb2552e5fdcdf24bcb3eff80d8ae58e2116d5447.tar.gz
crawl-ref-fb2552e5fdcdf24bcb3eff80d8ae58e2116d5447.zip
Gozag: Potion Petition.
Buy a set of potion effects from one of four random lists. The set of pairs and triples could use some improvement. Also adjusts ability selection so that Gozag's abilities are all always available and shown on the ^ screen.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index fe6fae7c76..c25f31e54a 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -84,4 +84,6 @@ void shadow_monster_reset(monster *mon);
void dithmenos_shadow_melee(actor* target);
void dithmenos_shadow_throw(coord_def target);
void dithmenos_shadow_spell(bolt* orig_beam, spell_type spell);
+
+bool gozag_potion_petition();
#endif