Browse Source

Update BT25_082.cs

x89rt2 3 months ago
parent
commit
886e1a6d86
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Assets/Scripts/CardEffect/BT25/Purple/BT25_082.cs

+ 1 - 2
Assets/Scripts/CardEffect/BT25/Purple/BT25_082.cs

@@ -1,7 +1,6 @@
 using System;
 using System;
 using System.Collections;
 using System.Collections;
 using System.Collections.Generic;
 using System.Collections.Generic;
-using System.Linq;
 
 
 // BlackGatomon
 // BlackGatomon
 namespace DCGO.CardEffects.BT25
 namespace DCGO.CardEffects.BT25
@@ -37,7 +36,7 @@ namespace DCGO.CardEffects.BT25
             {
             {
                 return CardEffectCommons.IsExistOnBattleAreaDigimon(card)
                 return CardEffectCommons.IsExistOnBattleAreaDigimon(card)
                     && CardEffectCommons.HasMatchConditionOwnersHand(card, TraitedTamer)
                     && CardEffectCommons.HasMatchConditionOwnersHand(card, TraitedTamer)
-                    && CardEffectCommons.MatchConditionOwnersPermanentCount(card, permanent => permanent.IsTamer) <= 1;
+                    && CardEffectCommons.MatchConditionOwnersPermanentCount(card, permanent => CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaTamer(permanent, card)) <= 1;
             }
             }
 
 
             bool TraitedTamer(CardSource cardSource)
             bool TraitedTamer(CardSource cardSource)