Revert "TrcardDrawn, TrDamaged, TrLifeGained"

This reverts commit c7535e38dc.
This commit is contained in:
Anthony Calosa
2015-10-19 10:19:14 +08:00
parent 17a2d9b4d8
commit f90775153c
5 changed files with 8 additions and 55 deletions
-14
View File
@@ -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)
{