summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 23:33:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 23:33:18 +0000
commitcdd916da064806bcc7da69efbb1b9cdc4ce818ad (patch)
tree8cc8e3f8f6a72fae17eadc12b3dd50f24615ba14 /crawl-ref/source/spells4.cc
parent966ce459bdcd6802598af4997766da053388bbe4 (diff)
downloadcrawl-ref-cdd916da064806bcc7da69efbb1b9cdc4ce818ad.tar.gz
crawl-ref-cdd916da064806bcc7da69efbb1b9cdc4ce818ad.zip
Tweak duration messages a bit, and mention the risk of magic
contamination in the description of the Extension spell, as suggested in [1946662]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9405 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 42c57fec65..9cf01d66e2 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1854,7 +1854,7 @@ bool cast_sandblast(int pow, bolt &beam)
void remove_condensation_shield()
{
- mpr("Your icy shield dissipates!", MSGCH_DURATION);
+ mpr("Your icy shield evaporates.", MSGCH_DURATION);
you.duration[DUR_CONDENSATION_SHIELD] = 0;
you.redraw_armour_class = true;
}