summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-25 23:28:04 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-25 23:28:04 +0000
commit32e72edca686ce0f32d70c6418055fe14d5bd248 (patch)
treea3a16721aaa191325aeb1be8013d74f425ca42fb /crawl-ref/source
parent1dee477edbd887705ee489f960b92aa7de9e7afd (diff)
downloadcrawl-ref-32e72edca686ce0f32d70c6418055fe14d5bd248.tar.gz
crawl-ref-32e72edca686ce0f32d70c6418055fe14d5bd248.zip
Restore original correct text to MR artifacts.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2206 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/describe.cc2
-rw-r--r--crawl-ref/source/player.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 503d7e4e12..e2a740d323 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -256,7 +256,7 @@ static void randart_descrip( std::string &description, const item_def &item )
description += "$It renders you almost immune to negative energy. ";
if (proprt[ RAP_MAGIC ])
- description += "$It amplifies your intrinsic magic resistance. ";
+ description += "$It increases your resistance to enchantments. ";
if (proprt[ RAP_STEALTH ] < 0)
{
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 6edcedd0b4..ba5465dbc7 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -995,7 +995,7 @@ int player_res_magic(void)
break;
}
- /* randarts - multiplicative effect */
+ /* randarts */
rm += scan_randarts(RAP_MAGIC);
/* armour */