summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-28 15:21:10 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-28 15:31:53 -0500
commit22cd56e425b0f9290e38a5ceffc757711b07b0b8 (patch)
treed7c39a97c8dbae271219849a7fbf268f7c6b5de5 /crawl-ref/source/godabil.h
parent5fc808220db57b8844acca81f3ad0f98476cb886 (diff)
downloadcrawl-ref-22cd56e425b0f9290e38a5ceffc757711b07b0b8.tar.gz
crawl-ref-22cd56e425b0f9290e38a5ceffc757711b07b0b8.zip
Properly use mons_make_god_gift() for friendly Fedhas-created plant ally spawns.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index ed12aa3cc1..59aaccc9b2 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -56,7 +56,7 @@ void process_sunlights(bool future = false);
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 fedhas_corpse_spores(beh_type behavior = BEH_FRIENDLY,
+int fedhas_corpse_spores(beh_type attitude = BEH_FRIENDLY,
bool interactive = true);
bool mons_is_evolvable(const monster* mon);
bool fedhas_evolve_flora();