summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 21:01:33 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 21:11:14 -0700
commitd077b8f03f2005b406feaaa8fcced67f579f6f7e (patch)
tree64d7574c7a3fda663490b11d1c9be2808afb65af /crawl-ref/source/spl-other.cc
parent7aee86ca5a559ee8a56e65d14f2413970e82796e (diff)
downloadcrawl-ref-d077b8f03f2005b406feaaa8fcced67f579f6f7e.tar.gz
crawl-ref-d077b8f03f2005b406feaaa8fcced67f579f6f7e.zip
Improve a stoneskin message
Diffstat (limited to 'crawl-ref/source/spl-other.cc')
-rw-r--r--crawl-ref/source/spl-other.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-other.cc b/crawl-ref/source/spl-other.cc
index c7f674af95..93e18f8db9 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -445,7 +445,7 @@ spret_type cast_stoneskin(int pow, bool fail)
if (you.duration[DUR_ICY_ARMOUR])
{
- mpr("This spell conflicts with another spell still in effect.");
+ mpr("Turning your skin into stone would shatter your icy armour.");
return SPRET_ABORT;
}