summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-28 23:13:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-28 23:13:37 +0000
commit7d9814f3cbe24c356c75cf0363464303961ece59 (patch)
treed12ad2af91035153c9fa4230e837a5f52c000f3a /crawl-ref/source/externs.h
parent41abf7a805b3087d7df17a4fc7aa5818e3975f2d (diff)
downloadcrawl-ref-7d9814f3cbe24c356c75cf0363464303961ece59.tar.gz
crawl-ref-7d9814f3cbe24c356c75cf0363464303961ece59.zip
Missiles inscribed {poison} shouldn't be poisonous (probably in 0.2.x as well.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1686 c06c8d41-db1a-0410-9941-cceddc491573
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;