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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user