summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-02 10:39:08 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-02 11:23:15 -0400
commit6ca58b0bb8c39748143cdca19bf7260a8c18ac84 (patch)
tree7b126abd58c56aeb9ea78bf3a585183eed849a70 /crawl-ref/source/hints.cc
parent981af8bb92e8360cca9ec788720c04f06900da93 (diff)
downloadcrawl-ref-6ca58b0bb8c39748143cdca19bf7260a8c18ac84.tar.gz
crawl-ref-6ca58b0bb8c39748143cdca19bf7260a8c18ac84.zip
Remove the show_gold_turns option.
There's really no reason not to show the line; in other options, having the default always be the case can be annoying, but if you don't want to look at the gold/turns display, you can just not.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc15
1 files changed, 6 insertions, 9 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 3b50e053cf..d2311c169c 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -1485,15 +1485,12 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
"nothing and can't be dropped. Gold can be used to buy "
"items from shops, and can also be sacrificed to some gods. ";
- if (!Options.show_gold_turns)
- {
- text << "Whenever you pick up some gold, your current amount will "
- "be mentioned. If you'd like to check your wealth at other "
- "times, you can press <w>%</w>. It will also be "
- "listed on the <w>%</w> screen.";
- cmd.push_back(CMD_LIST_GOLD);
- cmd.push_back(CMD_RESISTS_SCREEN);
- }
+ text << "Whenever you pick up some gold, your current amount will "
+ "be mentioned. If you'd like to check your wealth at other "
+ "times, you can press <w>$</w>. It will also be "
+ "listed on the <w>%</w> screen.";
+ cmd.push_back(CMD_LIST_GOLD);
+ cmd.push_back(CMD_RESISTS_SCREEN);
break;
case HINT_SEEN_STAIRS: