fix copier token image
This commit is contained in:
@@ -577,6 +577,13 @@ int AbilityFactory::parseCastRestrictions(MTGCardInstance * card, Player * playe
|
||||
if(card->didattacked)
|
||||
return 0;
|
||||
}
|
||||
|
||||
check = restriction[i].find("didcombatdamagetofoe");
|
||||
if(check != string::npos)
|
||||
{
|
||||
if(!card->combatdamageToOpponent)
|
||||
return 0;
|
||||
}
|
||||
|
||||
check = restriction[i].find("ownerscontrol");
|
||||
if(check != string::npos)
|
||||
|
||||
Reference in New Issue
Block a user