summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 28067ddffc..9b972a24f5 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1862,7 +1862,7 @@ bool cast_fragmentation(int pow, const dist& spd)
goto do_terrain;
}
- mprf("%s explodes!", name_cap_the.c_str());
+ mprf("%s shatters!", name_cap_the.c_str());
goto all_done;
}
@@ -2024,7 +2024,7 @@ bool cast_fragmentation(int pow, const dist& spd)
if (explode && beam.damage.num > 0)
{
if (what != NULL)
- mprf("The %s explodes!", what);
+ mprf("The %s shatters!", what);
explosion(beam, hole, true);