1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00
* handle BIND_EFFECT by bonus type
This commit is contained in:
AlexVinS
2016-10-01 08:04:39 +03:00
parent 04f7b4f951
commit a1ff409080
2 changed files with 2 additions and 2 deletions

View File

@ -470,7 +470,7 @@ ui32 IBonusBearer::Speed( int turn /*= 0*/ , bool useBind /* = false*/) const
return 0;
}
//bind effect check - doesn't influence stack initiative
if (useBind && getEffect (SpellID::BIND))
if(useBind && hasBonus(Selector::type(Bonus::BIND_EFFECT).And(Selector::turns(turn))))
{
return 0;
}