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.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 945a7a3e72..0c95a37d5a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -4150,13 +4150,6 @@ void describe_god( god_type which_god, bool give_title )
EOL, god_name(which_god));
}
- if (which_god == GOD_BEOGH && you.piety >= 30)
- {
- have_any = true;
- cprintf( "%s supports the use of orcish gear." EOL,
- god_name(which_god));
- }
-
// mv: No abilities (except divine protection) under penance
if (!player_under_penance())
{