summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-14 02:43:36 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-14 02:44:20 -0400
commit00d6247dd3f9fdcd58df1d1e8ab13913566c4571 (patch)
tree9fbc351c6c819c717bad0d5bdf4b59c90001258f /crawl-ref/source/monster.h
parent49c2c94070c5a027f7dcb51c6a4bc6c29564ccad (diff)
downloadcrawl-ref-00d6247dd3f9fdcd58df1d1e8ab13913566c4571.tar.gz
crawl-ref-00d6247dd3f9fdcd58df1d1e8ab13913566c4571.zip
"Maras are frozen" -> "The Maras are frozen" (5054)
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index bdb6629e14..6b46049c03 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -285,7 +285,8 @@ public:
bool can_use_missile(const item_def &item) const;
- string name(description_level_type type, bool force_visible = false) const;
+ string name(description_level_type type, bool force_visible = false,
+ bool force_article = false) const;
// Base name of the monster, bypassing any mname setting. For an orc priest
// named Arbolt, name() will return "Arbolt", but base_name() will return