mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Fuzzy rework, added more defence and gather army routines
This commit is contained in:
@ -29,7 +29,7 @@ bool HeroExchange::operator==(const HeroExchange & other) const
|
||||
|
||||
std::string HeroExchange::toString() const
|
||||
{
|
||||
return "Hero exchange " + exchangePath.toString();
|
||||
return "Hero exchange for " +hero.get()->getObjectName() + " by " + exchangePath.toString();
|
||||
}
|
||||
|
||||
uint64_t HeroExchange::getReinforcementArmyStrength() const
|
||||
|
Reference in New Issue
Block a user