From 7c9f8a4d75b22a4577fdfc7284bc6615d81b752c Mon Sep 17 00:00:00 2001 From: pauldubois Date: Fri, 11 Apr 2008 12:05:36 +0000 Subject: Change to look more like "nothing wielded" git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4197 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 4b327f57ad..d73034ad88 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -489,8 +489,8 @@ static void _print_stats_qv(int y) } else { - textcolor(DARKGREY); - cprintf("-) (nothing)"); + textcolor(LIGHTGREY); + cprintf("Nothing quivered"); } textcolor(LIGHTGREY); -- cgit v1.2.3-54-g00ecf