|
|
@@ -60,6 +60,7 @@ namespace DCGO.CardEffects.BT15
|
|
|
ActivateClass activateClass = new ActivateClass();
|
|
|
activateClass.SetUpICardEffect("Place 1 Digimon card to digivolution cards to return 1 of your opponent's Digimon whose level is less than or equal to the placed card's level to the bottom of the deck.", CanUseCondition, card);
|
|
|
activateClass.SetUpActivateClass(CanActivateSharedCondition, ActivateCoroutine, -1, true, EffectSharedDiscription());
|
|
|
+ activateClass.SetIsDigimonEffect(true);
|
|
|
cardEffects.Add(activateClass);
|
|
|
|
|
|
string EffectSharedDiscription()
|
|
|
@@ -155,6 +156,7 @@ namespace DCGO.CardEffects.BT15
|
|
|
ActivateClass activateClass = new ActivateClass();
|
|
|
activateClass.SetUpICardEffect("Place 1 Digimon card to digivolution cards to return 1 of your opponent's Digimon whose level is less than or equal to the placed card's level to the bottom of the deck.", CanUseCondition, card);
|
|
|
activateClass.SetUpActivateClass(CanActivateSharedCondition, ActivateCoroutine, -1, true, EffectSharedDiscription());
|
|
|
+ activateClass.SetIsDigimonEffect(true);
|
|
|
cardEffects.Add(activateClass);
|
|
|
|
|
|
string EffectSharedDiscription()
|
|
|
@@ -342,4 +344,4 @@ namespace DCGO.CardEffects.BT15
|
|
|
return cardEffects;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|