summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-11 21:57:10 -0400
committerNeil Moore <neil@s-z.org>2014-06-11 21:58:02 -0400
commita2967a39b463204d20a399e33142c6af5d9c387f (patch)
treefc68de986702014729ec66efc5e719b1d7c970bf /crawl-ref/source/skill_menu.cc
parente36b84c4dc99b0e1f8eb6a557c8254f5b3bffea2 (diff)
downloadcrawl-ref-a2967a39b463204d20a399e33142c6af5d9c387f.tar.gz
crawl-ref-a2967a39b463204d20a399e33142c6af5d9c387f.zip
Remove a spare set of braces.
Diffstat (limited to 'crawl-ref/source/skill_menu.cc')
-rw-r--r--crawl-ref/source/skill_menu.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/skill_menu.cc b/crawl-ref/source/skill_menu.cc
index 613420c35b..2a96caa860 100644
--- a/crawl-ref/source/skill_menu.cc
+++ b/crawl-ref/source/skill_menu.cc
@@ -526,9 +526,7 @@ string SkillMenuSwitch::get_help()
"fast as others.";
case SKM_LEVEL_ENHANCED:
if (skm.is_set(SKMF_ENHANCED))
- {
return make_stringf("Enhanced skills are in <blue>blue</blue>.");
- }
else
{
vector<string> causes;