From fef9f681531bf38dc5a969ba9d502418239f89c4 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 15 Jun 2008 23:12:03 +0000 Subject: Move the tutorial descriptions of gods' likes and dislikes into functions of their own, and reuse them in the god descriptions ('^' screen, when praying at altars, and when searching the database). What's still missing is some sort of "What this god offers you". The current handling makes gods like Lugonu, who have no restrictions and demand very little, appear like no-brainers, when of course the whole thing is much more complicated. I'll also be adding some extended information for the ^ screen (thus for your own god only). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5870 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/skills2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/skills2.cc') diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc index ff56b9babf..ee99c323bb 100644 --- a/crawl-ref/source/skills2.cc +++ b/crawl-ref/source/skills2.cc @@ -1835,7 +1835,7 @@ static void _display_skill_table(bool show_aptitudes) if (_player_knows_aptitudes()) { cgotoxy(1, bottom_line); - formatted_string::parse_string("Press '!' to toggle between " + formatted_string::parse_string("Press '!' to toggle between " "progress and " "aptitude " "display.").display(); -- cgit v1.2.3-54-g00ecf