summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index eb3ac4dc8f..30d9c10001 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -7210,7 +7210,7 @@ forget_it:
if (monster->type == MONS_BORING_BEETLE)
{
const dungeon_feature_type feat = grd(monster->pos() + mmov);
- if ((feat == DNGN_ROCK_WALL || feat == DNGN_ROCK_WALL)
+ if ((feat == DNGN_ROCK_WALL || feat == DNGN_CLEAR_ROCK_WALL)
&& good_move[mmov.x + 1][mmov.y + 1] == true)
{
grd(monster->pos() + mmov) = DNGN_FLOOR;