summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-11 10:17:58 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-11 10:35:45 +0100
commit61234ca48c76ea5628e562fbe90ef63e54d84a05 (patch)
treed752f5ac02d69e1f2b5c5dc46f3cfe93a6e50cef /crawl-ref/source/skills2.cc
parent03630bb93dae332607f4ffea61e358083ee36ebf (diff)
downloadcrawl-ref-61234ca48c76ea5628e562fbe90ef63e54d84a05.tar.gz
crawl-ref-61234ca48c76ea5628e562fbe90ef63e54d84a05.zip
Add an explanatory line about skill training to the skills menu. (Napkin)
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc11
1 files changed, 3 insertions, 8 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 8f3a1f40be..5b3bdb9969 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1440,7 +1440,7 @@ static void _display_skill_table(bool show_aptitudes, bool show_description)
else
{
// NOTE: If any more skills added, must adapt letters to go into caps.
- cgotoxy(1, bottom_line-2);
+ cgotoxy(1, bottom_line-3);
textcolor(LIGHTGREY);
if (show_description)
@@ -1452,13 +1452,8 @@ static void _display_skill_table(bool show_aptitudes, bool show_description)
else
{
cprintf("Press the letter of a skill to choose whether you want to "
- "practise it.");
-#if 0
- cprintf("Press the letter of a skill to choose whether you want to "
- "practise it. A" EOL
- "greyish skill will increase at a slower rate and ease "
- "training of others.");
-#endif
+ "practise it." EOL "Skills marked with '+' will train more "
+ "quickly than those with '-'.");
}
cgotoxy(1, bottom_line-1);