summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 05a1ae4209..fe87cc2560 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -515,7 +515,8 @@ public:
}
std::string name(description_level_type descrip,
- bool terse = false, bool ident = false) const;
+ bool terse = false, bool ident = false,
+ bool with_inscription = true ) const;
bool has_spells() const;
bool cursed() const;
int book_number() const;