mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
fix commander artifacts inactive when loading game
This commit is contained in:
@ -1337,6 +1337,7 @@ void CGHeroInstance::restoreBonusSystem(CGameState & gs)
|
||||
{
|
||||
CArmedInstance::restoreBonusSystem(gs);
|
||||
artDeserializationFix(gs, this);
|
||||
this->commander->artDeserializationFix(gs, this->commander.get());
|
||||
if (boardedBoat.hasValue())
|
||||
{
|
||||
auto boat = gs.getObjInstance(boardedBoat);
|
||||
|
Reference in New Issue
Block a user