summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-11 10:37:43 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-11 10:37:43 +0000
commitd0130f07f42c2755c4b654e0ac70b147b2e5ba48 (patch)
tree22dcba390a768a1127a1e9fba2d6aa9554b7de5a /crawl-ref/source/output.cc
parent2f49ef5b76fb70991e92998ef663e0a6d5ac129f (diff)
downloadcrawl-ref-d0130f07f42c2755c4b654e0ac70b147b2e5ba48.tar.gz
crawl-ref-d0130f07f42c2755c4b654e0ac70b147b2e5ba48.zip
Updated CREDITS.
Changed neutral branding to grey in init.txt (experimental). Allowed inscribing from the % screen (Paul). Ideally, that screen would be automatically updated afterwards. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4189 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index fc199d1ad5..8be78aadbb 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -1909,7 +1909,7 @@ void print_overview_screen()
const char c = results[0]->hotkeys[0];
item_def& item = you.inv[letter_to_index(c)];
- describe_item(item, false);
+ describe_item(item, true);
// loop around for another go.
}
}