Skip to content

Commit

Permalink
Help: Show abilities and ability upgrades separately
Browse files Browse the repository at this point in the history
Fixes #2907

(cherry picked from commit 9e7988a)
  • Loading branch information
jostephd committed Oct 18, 2019
1 parent 33e5537 commit 17b765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/units/types.cpp
Expand Up @@ -287,7 +287,7 @@ void unit_type::build_help_index(
}

for(const config::any_child& ab : abil_cfg.all_children_range()) {
abilities_.emplace_back(ab.cfg);
adv_abilities_.emplace_back(ab.cfg);
}
}
}
Expand Down

0 comments on commit 17b765f

Please sign in to comment.