summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-07 07:47:09 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-07 07:47:09 +0000
commit9a5dd81c99d8cd33c826d47f61eded48494a484e (patch)
tree0b1ec8fa5b971cf9ba30a17c6c9ba0569f4ccd46 /crawl-ref/source
parent4f5c3fcd7a3bd953c779512c324ebe6e2e10267c (diff)
downloadcrawl-ref-9a5dd81c99d8cd33c826d47f61eded48494a484e.tar.gz
crawl-ref-9a5dd81c99d8cd33c826d47f61eded48494a484e.zip
[1644503] Removed confusing wording from selective amnesia description.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@929 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/describe.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index fbcda03e74..b8c834e835 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3586,10 +3586,7 @@ void describe_spell(int spelled)
case SPELL_SELECTIVE_AMNESIA:
description += "allows the caster to selectively erase one spell "
"from memory to recapture the magical energy bound "
- "up with it. Casters will be able to memorise this "
- "spell should even their minds be otherwise full of "
- "magic (i.e., already possessing the maximum number "
- "of spells). ";
+ "up with it. ";
break;
case SPELL_MASS_CONFUSION: