summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-06 19:39:20 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:34 -0600
commitf25431f1f0bb12d6d846ebff2a9f49d88f0472ee (patch)
tree5a2bc3a1359efde3dca6d278c71f56580efabc98 /crawl-ref/source/godabil.h
parent96155f285f40cdba3563b22b3d9a028a68e54326 (diff)
downloadcrawl-ref-f25431f1f0bb12d6d846ebff2a9f49d88f0472ee.tar.gz
crawl-ref-f25431f1f0bb12d6d846ebff2a9f49d88f0472ee.zip
Use uncancels for Gozag abilities.
Includes properly splitting the usability checks out of the function itself.
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 fa850f4223..fb9162cdc0 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -85,7 +85,9 @@ 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_setup_potion_petition();
bool gozag_potion_petition();
+bool gozag_setup_call_merchant();
bool gozag_call_merchant();
int gozag_type_bribable(monster_type type, bool force = false);
branch_type gozag_bribable_branch(monster_type type);