From 778880771386e5f111aca28d397c5d32f3e7dca0 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 15 May 2007 17:02:30 +0000 Subject: 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 --- crawl-ref/source/invent.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/invent.cc') diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc index 17f6ad4581..d45051a80d 100644 --- a/crawl-ref/source/invent.cc +++ b/crawl-ref/source/invent.cc @@ -740,8 +740,8 @@ static int digit_to_index( char digit, operation_types oper ) { return -1; } -static bool has_warning_inscription(const item_def& item, - operation_types oper) +bool has_warning_inscription(const item_def& item, + operation_types oper) { const char iletter = static_cast(oper); -- cgit v1.2.3-54-g00ecf