1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Merge pull request #379 from henningkoehlernz/hero_specialty_scaling

Hero specialty scaling
This commit is contained in:
ArseniyShestakov
2018-02-28 15:03:24 +08:00
committed by GitHub
31 changed files with 2475 additions and 973 deletions

View File

@@ -765,7 +765,7 @@ void BattleInfo::nextRound(int32_t roundNr)
for(CStack * s : stacks)
{
// new turn effects
s->updateBonuses(Bonus::NTurns);
s->reduceBonusDurations(Bonus::NTurns);
s->afterNewRound();
}