summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index bb5f9904f3..76c3ca13a1 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -377,6 +377,8 @@ void identify(int power)
if ( fully_identified(you.inv[item_slot]) )
{
mpr("Choose an unidentified item, or Esc to abort.");
+ if ( Options.auto_list )
+ more();
continue;
}