|
|
@@ -60,7 +60,8 @@ namespace DCGO.CardEffects.BT17
|
|
|
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- return CardEffectCommons.CanTriggerWhenDigivolving(hashtable, card);
|
|
|
+ return CardEffectCommons.CanTriggerWhenDigivolving(hashtable, card)
|
|
|
+ && CardEffectCommons.IsExistOnBattleAreaDigimon(card);
|
|
|
}
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
@@ -317,4 +318,4 @@ namespace DCGO.CardEffects.BT17
|
|
|
return cardEffects;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|