summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.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/actor.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/actor.h')
-rw-r--r--crawl-ref/source/actor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index 1be7a73183..3c5836f857 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -154,7 +154,8 @@ public:
}
virtual string name(description_level_type type,
- bool force_visible = false) const = 0;
+ bool force_visible = false,
+ bool force_article = false) const = 0;
virtual string pronoun(pronoun_type which_pronoun,
bool force_visible = false) const = 0;
virtual string conj_verb(const string &verb) const = 0;