Furter fixes for changing stats.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-05 14:39:10 +01:00
parent f9494d4c38
commit fbfcc53a02
2 changed files with 19 additions and 19 deletions

View File

@@ -42,5 +42,5 @@ uint32_t Battling::BattleStatCalculator::CalculateFlatStat(Battling::Creature* c
uint32_t Battling::BattleStatCalculator::CalculateBoostedStat(Battling::Creature* creature,
Core::Statistic stat) const {
throw NotImplementedException();
return creature->GetFlatStat(stat) + (creature->GetBoostedStat(stat));
}