summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-23 16:24:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-23 16:24:30 +0000
commitb94b86b02e55c4d458a16cd95f32c943eadff57c (patch)
treeb14e9ab0645295fc44f4e5a65e37d60d07294204 /crawl-ref/source/spells4.cc
parentbcaca7e157d99d683b6c389b99cc25b5e1286e13 (diff)
downloadcrawl-ref-b94b86b02e55c4d458a16cd95f32c943eadff57c.tar.gz
crawl-ref-b94b86b02e55c4d458a16cd95f32c943eadff57c.zip
In Lee's Rapid Deconstruction, use "shatters" instead of "explodes",
except if the monster was instantly killed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7295 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-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);