Skip to content

Commit

Permalink
Help: Show XP for units with modification advancements only (includin…
Browse files Browse the repository at this point in the history
…g max-level units with AMLAs)
  • Loading branch information
jostephd committed Feb 6, 2019
1 parent de87a85 commit 999e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help/help_topic_generators.cpp
Expand Up @@ -536,7 +536,7 @@ std::string unit_topic_generator::operator()() const {
<< _("Alignment:") << font::nbsp
<< make_link(type_.alignment_description(type_.alignment(), type_.genders().front()), "time_of_day")
<< jump(30);
if (type_.can_advance()) {
if (type_.can_advance() || type_.modification_advancements()) {
// TRANSLATORS: This string is used in the help page of a single unit. It uses
// non-breaking spaces to prevent unpleasant line breaks (issue #3256). In the
// translation use non-breaking spaces as appropriate for the target language.
Expand Down

0 comments on commit 999e42e

Please sign in to comment.