summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index e788a787ba..fbdd17c441 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3620,6 +3620,18 @@ void describe_god( god_type which_god, bool give_title )
ABIL_JIYVA_JELLY_SHIELD);
}
}
+ else if (which_god == GOD_FEAWN )
+ {
+ have_any = true;
+
+ std::string buf = "You can speed up decomposition.";
+ _print_final_god_abil_desc(which_god, buf,
+ ABIL_FEAWN_FUNGAL_BLOOM);
+
+ buf = "You can pass through plants during prayer.";
+ _print_final_god_abil_desc(which_god, buf,
+ ABIL_FEAWN_PLANTWALK);
+ }
// mv: No abilities (except divine protection) under penance
if (!player_under_penance())