mbunch_kascope 1 жил өмнө
parent
commit
357bcce342

+ 4 - 2
Assets/CardEffect/BT20/Blue/BT20_024.cs

@@ -1,5 +1,7 @@
 using System.Collections;
 using System.Collections.Generic;
+using System.Linq;
+using System;
 
 namespace DCGO.CardEffects.B20
 {
@@ -37,7 +39,7 @@ namespace DCGO.CardEffects.B20
 
                 string EffectDiscription()
                 {
-                    return "[On Play] Return 1 of your opponent's level 3 Digimon to the bottom of the deck. Then, if [Seadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Tamers can't suspend until the end of their turn."
+                    return "[On Play] Return 1 of your opponent's level 3 Digimon to the bottom of the deck. Then, if [Seadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Tamers can't suspend until the end of their turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -184,7 +186,7 @@ namespace DCGO.CardEffects.B20
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] Return 1 of your opponent's level 3 Digimon to the bottom of the deck. Then, if [Seadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Tamers can't suspend until the end of their turn."
+                    return "[When Digivolving] Return 1 of your opponent's level 3 Digimon to the bottom of the deck. Then, if [Seadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Tamers can't suspend until the end of their turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)

+ 4 - 2
Assets/CardEffect/BT20/Blue/BT20_026.cs

@@ -1,5 +1,7 @@
 using System.Collections;
 using System.Collections.Generic;
+using System.Linq;
+using System;
 
 namespace DCGO.CardEffects.BT20
 {
@@ -37,7 +39,7 @@ namespace DCGO.CardEffects.BT20
 
                 string EffectDiscription()
                 {
-                    return "[On Play] Return 1 of your opponent's level 4 or lower Digimon to the bottom of the deck. Then, if [MegaSeadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Digimon can't suspend until the end of their turn."
+                    return "[On Play] Return 1 of your opponent's level 4 or lower Digimon to the bottom of the deck. Then, if [MegaSeadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Digimon can't suspend until the end of their turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -184,7 +186,7 @@ namespace DCGO.CardEffects.BT20
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] Return 1 of your opponent's level 4 or lower Digimon to the bottom of the deck. Then, if [MegaSeadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Digimon can't suspend until the end of their turn."
+                    return "[When Digivolving] Return 1 of your opponent's level 4 or lower Digimon to the bottom of the deck. Then, if [MegaSeadramon]/[X Antibody] is in this Digimon's digivolution cards, 1 of your opponent's Digimon can't suspend until the end of their turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)

+ 8 - 2
Assets/CardEffect/BT20/Blue/BT20_028.cs

@@ -1,5 +1,6 @@
 using System.Collections;
 using System.Collections.Generic;
+using System.Linq;
 
 namespace DCGO.CardEffects.BT20
 {
@@ -235,9 +236,14 @@ namespace DCGO.CardEffects.BT20
                     return CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaDigimon(permanent, card);
                 }
 
+                bool CanSelectDeDigiPermanentCondition(Permanent permanent)
+                {
+                    return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card);
+                }
+
                 bool CanUseCondition(Hashtable hashtable)
                 {
-                    return CardEffectCommons.IsExistOnBattleArea(card);
+                    if(CardEffectCommons.IsExistOnBattleArea(card))
                     {
                         if (CardEffectCommons.CanTriggerOnPermanentPlay(hashtable, PermanentCondition))
                         {
@@ -275,7 +281,7 @@ namespace DCGO.CardEffects.BT20
 
                     selectPermanentEffect.SetUp(
                         selectPlayer: card.Owner,
-                        canTargetCondition: CanSelectDeDigiPermanentConditionShared,
+                        canTargetCondition: CanSelectDeDigiPermanentCondition,
                         canTargetCondition_ByPreSelecetedList: null,
                         canEndSelectCondition: null,
                         maxCount: 1,

+ 1 - 1
Assets/CardEffect/BT20/Purple/ImperialdramonAce_BT20_076.cs.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: e5e4119e5cb3c694c8573966a219a5d7
+guid: 87635d1a8f2c87041a70a5c67f997443
 MonoImporter:
   externalObjects: {}
   serializedVersion: 2

+ 1 - 1
Assets/CardEffect/BT20/Red/ImperialdramonAce_BT20_076.cs.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: e5e4119e5cb3c694c8573966a219a5d7
+guid: 8cf112126eb348c42ac0c7eaedb9db10
 MonoImporter:
   externalObjects: {}
   serializedVersion: 2