summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 81cd805150..02f90c5baa 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -19,6 +19,14 @@ bool beogh_water_walk();
void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false,
bool quiet = false, bool unrestricted = false);
bool feawn_passthrough(const monsters * target);
+int fungal_bloom();
+bool sunlight();
+bool prioritise_adjacent(const coord_def &target,
+ std::vector<coord_def> &candidates);
+bool plant_ring_from_fruit();
+int rain(const coord_def &target);
+int corpse_spores(beh_type behavior = BEH_FRIENDLY);
+bool evolve_flora();
bool vehumet_supports_spell(spell_type spell);