summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-06-20 11:33:29 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-06-20 11:36:18 -0500
commitccf48bac12c3ed429daacc45c5176a1f72ccbe93 (patch)
tree1d840c42e366dae81ec9665a726d1fe122106bf0 /crawl-ref/source/mon-speak.cc
parent69219ea249bbf5277bd1eff7f8457aa6ae66ea53 (diff)
downloadcrawl-ref-ccf48bac12c3ed429daacc45c5176a1f72ccbe93.tar.gz
crawl-ref-ccf48bac12c3ed429daacc45c5176a1f72ccbe93.zip
Rename MONS_(PANDEMONIUM|HELL)_DEMON to MONS_(PANDEMONIUM|HELL)_LORD.
Diffstat (limited to 'crawl-ref/source/mon-speak.cc')
-rw-r--r--crawl-ref/source/mon-speak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-speak.cc b/crawl-ref/source/mon-speak.cc
index a1dd88cf60..cb9f9c78ed 100644
--- a/crawl-ref/source/mon-speak.cc
+++ b/crawl-ref/source/mon-speak.cc
@@ -570,7 +570,7 @@ bool mons_speaks(monster* mons)
unseen);
}
}
- else if (mons->type == MONS_PANDEMONIUM_DEMON)
+ else if (mons->type == MONS_PANDEMONIUM_LORD)
{
// Pandemonium demons have randomly generated names, so use
// "pandemonium lord" instead.