|
@@ -88,7 +88,12 @@ namespace DCGO.CardEffects.BT16
|
|
|
|
|
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
- if (CardEffectCommons.CanTriggerWhenDigivolving(hashtable, card))
|
|
|
|
|
|
|
+ return CardEffectCommons.CanTriggerWhenDigivolving(hashtable, card);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ bool CanActivateCondition(Hashtable hashtable)
|
|
|
|
|
+ {
|
|
|
|
|
+ if (CardEffectCommons.IsExistOnBattleAreaDigimon(card))
|
|
|
{
|
|
{
|
|
|
if (card.PermanentOfThisCard().DigivolutionCards.Count(HasTamerWithTrait) >= 1)
|
|
if (card.PermanentOfThisCard().DigivolutionCards.Count(HasTamerWithTrait) >= 1)
|
|
|
{
|
|
{
|
|
@@ -99,11 +104,6 @@ namespace DCGO.CardEffects.BT16
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- bool CanActivateCondition(Hashtable hashtable)
|
|
|
|
|
- {
|
|
|
|
|
- return CardEffectCommons.IsExistOnBattleAreaDigimon(card);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
IEnumerator ActivateCoroutine(Hashtable hashtable)
|
|
IEnumerator ActivateCoroutine(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
if (CardEffectCommons.HasMatchConditionPermanent(CanSelectPermanentCondition))
|
|
if (CardEffectCommons.HasMatchConditionPermanent(CanSelectPermanentCondition))
|