Browse Source

Update BT25_014.cs

x89rt2 3 months ago
parent
commit
fe1e7fa534
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Assets/Scripts/CardEffect/BT25/Red/BT25_014.cs

+ 2 - 0
Assets/Scripts/CardEffect/BT25/Red/BT25_014.cs

@@ -51,6 +51,7 @@ namespace DCGO.CardEffects.BT25
                 bool CanSelectPermanentCondition(Permanent permanent)
                 {
                     return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card)
+                        && permanent.HasDP
                         && permanent.DP <= card.Owner.MaxDP_DeleteEffect(4000, activateClass);
                 }
 
@@ -152,6 +153,7 @@ namespace DCGO.CardEffects.BT25
                 bool CanSelectPermanentCondition(Permanent permanent)
                 {
                     return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card)
+                        && permanent.HasDP
                         && permanent.DP <= card.Owner.MaxDP_DeleteEffect(4000, activateClass);
                 }