mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix hero order for giving bonuses in town to match H3.
This commit is contained in:
@@ -544,12 +544,12 @@ void CGTownInstance::newTurn(CRandomGenerator & rand) const
|
||||
|
||||
//get Mana Vortex or Stables bonuses
|
||||
//same code is in the CGameHandler::buildStructure method
|
||||
if (garrisonHero != nullptr) //garrison hero first - consistent with original H3 Mana Vortex and Battle Scholar Academy levelup windows order
|
||||
cb->visitCastleObjects(this, garrisonHero);
|
||||
|
||||
if (visitingHero != nullptr)
|
||||
cb->visitCastleObjects(this, visitingHero);
|
||||
|
||||
if (garrisonHero != nullptr)
|
||||
cb->visitCastleObjects(this, garrisonHero);
|
||||
|
||||
if (tempOwner == PlayerColor::NEUTRAL) //garrison growth for neutral towns
|
||||
{
|
||||
std::vector<SlotID> nativeCrits; //slots
|
||||
|
||||
Reference in New Issue
Block a user