Erwan
-added "this" as valid target (still needs some work) see cathodion - Added mythic rares in boosters
This commit is contained in:
@@ -2408,7 +2408,8 @@ int GenericTriggeredAbility::resolve(){
|
||||
}
|
||||
|
||||
int GenericTriggeredAbility::testDestroy(){
|
||||
if (destroyCondition) return destroyCondition->testDestroy();
|
||||
if (!TriggeredAbility::testDestroy()) return 0;
|
||||
if (destroyCondition) return (destroyCondition->testDestroy());
|
||||
return t->testDestroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user