summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 35354cad74..39b76fb566 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -1625,10 +1625,9 @@ std::string raw_feature_description(dungeon_feature_type grid,
return ("translucent unnaturally hard rock wall");
case DNGN_ORCISH_IDOL:
if (you.species == SP_HILL_ORC)
- {
return ("idol of Beogh");
- }
- return ("orcish idol");
+ else
+ return ("orcish idol");
case DNGN_WAX_WALL:
return ("wall of solid wax");
case DNGN_GRANITE_STATUE: