summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index a8b525b6a4..d232ed51b9 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2065,11 +2065,12 @@ void cast_fragmentation(int pow) // jmf: ripped idea from airstrike
// Permarock and floor are unaffected -- bwr
//
case DNGN_PERMAROCK_WALL:
+ case DNGN_CLEAR_PERMAROCK_WALL:
case DNGN_FLOOR:
explode = false;
mprf("%s seems to be unnaturally hard.",
- (grid == DNGN_PERMAROCK_WALL) ? "That wall"
- : "The dungeon floor");
+ (grid == DNGN_FLOOR) ? "The dungeon floor"
+ : "That wall");
break;
default: