summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-15 17:02:30 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-15 17:02:30 +0000
commit778880771386e5f111aca28d397c5d32f3e7dca0 (patch)
tree3103d6f05216f29849f36419ba0ae54fb4596a2e /crawl-ref/source/invent.h
parent21a20c8edf221604f77decc0430145d13f305e5b (diff)
downloadcrawl-ref-778880771386e5f111aca28d397c5d32f3e7dca0.tar.gz
crawl-ref-778880771386e5f111aca28d397c5d32f3e7dca0.zip
Nemelexites now require confirmation before offering runes, orbs, or
objects marked with !p (or !*) on a non-altar square. Nothing gets offered unless the player OKs everything, so inscribing a couple of items in your stash with !p should be enough paranoia. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1476 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 46384eeec3..882b340a25 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -185,5 +185,6 @@ bool in_inventory(const item_def &i);
std::string item_class_name(int type, bool terse = false);
bool check_warning_inscriptions(const item_def& item, operation_types oper);
+bool has_warning_inscription(const item_def& item, operation_types oper);
#endif