summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 44ac27d16c..c117a22f26 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2393,7 +2393,6 @@ static bool _god_accepts_prayer(god_type god)
case GOD_BEOGH:
case GOD_NEMELEX_XOBEH:
- case GOD_FEAWN:
return (true);
default:
@@ -2510,12 +2509,6 @@ void pray()
{
you.duration[DUR_PRAYER] = 20;
}
- else if (you.religion == GOD_FEAWN)
- {
- if (you.duration[DUR_SLOW] < you.duration[DUR_PRAYER])
- slow_player(you.duration[DUR_PRAYER]);
- mprf(MSGCH_GOD, "You feel in touch with plants.");
- }
// Gods who like fresh corpses, Beoghites and Nemelexites offer the
// items they're standing on.