From 2bcedfdf3c59078e54d15d03b3a9473ed4bdd44b Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 23 Mar 2009 21:08:10 +0000 Subject: * Allow viewing of card descriptions from Triple Draw and Stack Deck. * Sort items in 'V' screen according to pickup menu sort order. * Name Xom's randart book gifts more randomly. * Colour items seen by 'x' with message colour tags and same for pickup messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9541 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index dd74d1c66e..ec8109285e 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -334,7 +334,7 @@ std::string print_abilities() const std::vector talents = your_talents(false); - if ( talents.empty() ) + if (talents.empty()) text += "no special abilities"; else { -- cgit v1.2.3-54-g00ecf