summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-01-17 15:39:40 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-01-17 15:40:08 +0000
commitdc9f81044568ba4ed3afc7873e2c2c38af02f874 (patch)
tree64f81c6a0cf12008ceb9e8efc36238561da4a860 /crawl-ref/source/directn.cc
parentf7e2a9fc34419a44528341ca94b270fd3c022aef (diff)
downloadcrawl-ref-dc9f81044568ba4ed3afc7873e2c2c38af02f874.tar.gz
crawl-ref-dc9f81044568ba4ed3afc7873e2c2c38af02f874.zip
Don't describe umbra as unholy
The things that cause it can be unholy (profane servitors) or not (Dith worshippers).
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 0ea0f1c01c..f438dd9b97 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3622,7 +3622,7 @@ static string _get_monster_desc(const monster_info& mi)
text += pronoun + " is illuminated by a divine halo.\n";
if (mi.is(MB_UMBRAED))
- text += pronoun + " is wreathed by an unholy umbra.\n";
+ text += pronoun + " is wreathed by an umbra.\n";
if (mi.intel() <= I_INSECT)
text += pronoun + " is mindless.\n";