1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Add check for victory condition on assembling artifact

This commit is contained in:
Ivan Savenko
2025-07-31 21:57:52 +03:00
parent 760eff8139
commit 2ad75bbde7

View File

@@ -2947,6 +2947,8 @@ bool CGameHandler::assembleArtifacts(ObjectInstanceID heroID, ArtifactPosition a
sendAndApply(da);
}
checkVictoryLossConditionsForPlayer(hero->getOwner());
return true;
}