Default ability 'steadfast' fix

This commit is contained in:
Dominic Bolin 2006-01-15 15:15:00 +00:00
parent e1096a0e0c
commit dedc0631f6

View file

@ -747,7 +747,7 @@ unit_type::unit_type(const config& cfg, const movement_type_map& mv_types,
steadfast_ = true;
steadfast_bonus_ = 100;
steadfast_max_ = 50;
steadfast_percent_ = false;
steadfast_percent_ = true;
steadfast_filter_.unfilter();
abilities_.push_back("steadfast");
ability_tooltips_.push_back("steadfast");