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:
@@ -2947,6 +2947,8 @@ bool CGameHandler::assembleArtifacts(ObjectInstanceID heroID, ArtifactPosition a
|
||||
sendAndApply(da);
|
||||
}
|
||||
|
||||
checkVictoryLossConditionsForPlayer(hero->getOwner());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user