@@ -130,6 +130,7 @@ namespace DCGO.CardEffects.BT25
bool CanSelectPermanentCondition(Permanent permanent)
{
return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card)
+ && permanent.HasDP
&& permanent.DP <= 3000;
}