summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-11 12:05:36 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-11 12:05:36 +0000
commit7c9f8a4d75b22a4577fdfc7284bc6615d81b752c (patch)
tree7d3d4e099cbc033f15fafa45d4c40f1adcf02a99 /crawl-ref/source/output.cc
parent4d2b55d169177a29e95c90747667578420823078 (diff)
downloadcrawl-ref-7c9f8a4d75b22a4577fdfc7284bc6615d81b752c.tar.gz
crawl-ref-7c9f8a4d75b22a4577fdfc7284bc6615d81b752c.zip
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
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc4
1 files changed, 2 insertions, 2 deletions
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);