summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-24 14:37:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-24 14:37:08 +0100
commitce5f64336ddadf4ec41dc894d75ffbcec2bde4c6 (patch)
tree0da325ac4837e637507b49dbfee54b28db4df195 /crawl-ref/source/mon-info.cc
parentbb5b5a9db295f16c04856b1845c31b4261218197 (diff)
downloadcrawl-ref-ce5f64336ddadf4ec41dc894d75ffbcec2bde4c6.tar.gz
crawl-ref-ce5f64336ddadf4ec41dc894d75ffbcec2bde4c6.zip
Sigmund -> Satan Claus.
Wields a hooked quarterstaff, throws snowballs.
Diffstat (limited to 'crawl-ref/source/mon-info.cc')
-rw-r--r--crawl-ref/source/mon-info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-info.cc b/crawl-ref/source/mon-info.cc
index 56de48c5cc..0a41423993 100644
--- a/crawl-ref/source/mon-info.cc
+++ b/crawl-ref/source/mon-info.cc
@@ -1002,7 +1002,7 @@ string monster_info::common_name(description_level_type desc) const
}
string s;
- // only respect unqualified if nothing was added ("Sigmund" or "The spectral Sigmund")
+ // only respect unqualified if nothing was added ("Satan Claus" or "The spectral Satan Claus")
if (!is(MB_NAME_UNQUALIFIED) || has_proper_name() || ss.str() != core)
s = _apply_adjusted_description(desc, ss.str());
else