|
|
@@ -139,8 +139,7 @@ namespace DCGO.CardEffects.BT22
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- return CardEffectCommons.IsExistOnBattleAreaDigimon(card)
|
|
|
- && CardEffectCommons.HasMatchConditionPermanent(IsOpponentsDigimon);
|
|
|
+ return CardEffectCommons.IsExistOnBattleAreaDigimon(card);
|
|
|
}
|
|
|
|
|
|
bool IsUnidentified(Permanent permanent)
|