summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-04 00:12:25 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-04 00:13:04 -0500
commit2edcff5f957d507319d1f848edde5f7e810c5967 (patch)
tree606d84ef6bb467d99dbe3d0f2d58d24e9e7e91d3 /crawl-ref/source/describe.cc
parent6acc0dc2d9f48281b0cf6f87de1e0c87a05cee63 (diff)
downloadcrawl-ref-2edcff5f957d507319d1f848edde5f7e810c5967.tar.gz
crawl-ref-2edcff5f957d507319d1f848edde5f7e810c5967.zip
List Feawn's passive bonuses on the ^ screen.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 01daa4237a..c6727eaf3e 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3653,13 +3653,19 @@ void describe_god( god_type which_god, bool give_title )
ABIL_JIYVA_JELLY_SHIELD);
}
}
- else if (which_god == GOD_FEAWN )
+ 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);
+ _print_final_god_abil_desc(which_god,
+ "You can walk through plants.",
+ ABIL_NON_ABILITY);
+ _print_final_god_abil_desc(which_god,
+ "You can fire through allied plants.",
+ ABIL_NON_ABILITY);
}
// mv: No abilities (except divine protection) under penance