mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Merged Ivan's changes in trunk ( r1918 )
This commit is contained in:
@ -2752,7 +2752,7 @@ void COPWBonus::onHeroVisit (const CGHeroInstance * h) const
|
||||
}
|
||||
break;
|
||||
case 5: //Mana Vortex
|
||||
if (visitors.empty() && h->mana <= h->manaLimit())
|
||||
if (visitors.empty() && h->mana <= h->manaLimit() * 2)
|
||||
{
|
||||
cb->setManaPoints (heroID, 2 * h->manaLimit());
|
||||
cb->setObjProperty (id, ObjProperty::VISITED, true);
|
||||
|
Reference in New Issue
Block a user