We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419f615 commit 8c6eafcCopy full SHA for 8c6eafc
1 file changed
src/Basescape/SoldierInfoState.cpp
@@ -473,7 +473,7 @@ void SoldierInfoState::init()
473
_barThrowing->setValue2(std::min(withArmor.throwing, initial->throwing));
474
475
std::wostringstream ss8;
476
- ss8 << current->melee;
+ ss8 << withArmor.melee;
477
_numMelee->setText(ss8.str());
478
_barMelee->setMax(current->melee);
479
_barMelee->setValue(withArmor.melee);
0 commit comments