mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +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);
|
sendAndApply(da);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
checkVictoryLossConditionsForPlayer(hero->getOwner());
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user