1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

CGrowingArtifactInstance

This commit is contained in:
SoundSSGood
2023-06-22 00:17:59 +03:00
parent f8023ad283
commit 58fc2efd41
3 changed files with 10 additions and 30 deletions

View File

@@ -2223,7 +2223,7 @@ void BattleResultAccepted::applyGs(CGameState * gs) const
{
for (auto art : h->commander->artifactsWorn) //increment bonuses for commander artifacts
{
art.second.artifact->artType->levelUpArtifact (art.second.artifact);
art.second.artifact->growingUp();
}
}
}