summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-11 18:21:53 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-11 18:21:53 -0600
commit18cf5c4f68b942b9a1b54804906d8fe5dabb3e08 (patch)
tree57e80071c4258739119d1c60e17d467acf2e3a37 /crawl-ref/source/godabil.h
parent4b3306195a4029724f942a79c0d8efd24579a810 (diff)
downloadcrawl-ref-18cf5c4f68b942b9a1b54804906d8fe5dabb3e08.tar.gz
crawl-ref-18cf5c4f68b942b9a1b54804906d8fe5dabb3e08.zip
Don't spam some "unable to use ability" messages in local tiles (#8524).
Whoops.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index c991b9c392..c4b9716629 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -59,10 +59,10 @@ bool prioritise_adjacent(const coord_def& target, vector<coord_def>& candidates)
bool fedhas_plant_ring_from_fruit();
int fedhas_rain(const coord_def &target);
int count_corpses_in_los(vector<stack_iterator> *positions);
-int fedhas_check_corpse_spores();
+int fedhas_check_corpse_spores(bool quiet = false);
int fedhas_corpse_spores(beh_type attitude = BEH_FRIENDLY);
bool mons_is_evolvable(const monster* mon);
-bool fedhas_check_evolve_flora();
+bool fedhas_check_evolve_flora(bool quiet = false);
void fedhas_evolve_flora();
void lugonu_bend_space();
@@ -85,10 +85,10 @@ void dithmenos_shadow_throw(coord_def target);
void dithmenos_shadow_spell(bolt* orig_beam, spell_type spell);
int gozag_porridge_price();
-bool gozag_setup_potion_petition();
+bool gozag_setup_potion_petition(bool quiet = false);
bool gozag_potion_petition();
int gozag_price_for_shop(bool max = false);
-bool gozag_setup_call_merchant();
+bool gozag_setup_call_merchant(bool quiet = false);
bool gozag_call_merchant();
int gozag_type_bribable(monster_type type, bool force = false);
branch_type gozag_bribable_branch(monster_type type);