Revert "TrcardDrawn, TrDamaged, TrLifeGained"
This reverts commit c7535e38dc.
This commit is contained in:
@@ -411,20 +411,6 @@ int AbilityFactory::parseCastRestrictions(MTGCardInstance * card, Player * playe
|
||||
}
|
||||
}
|
||||
|
||||
check = restriction[i].find("opponenttrigger");
|
||||
if(check != string::npos)
|
||||
{
|
||||
if(!card->opponentTrigger)
|
||||
return 0;
|
||||
}
|
||||
|
||||
check = restriction[i].find("controllertrigger");
|
||||
if(check != string::npos)
|
||||
{
|
||||
if(!card->controllerTrigger)
|
||||
return 0;
|
||||
}
|
||||
|
||||
check = restriction[i].find("discarded");
|
||||
if(check != string::npos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user