|
@@ -99,7 +99,7 @@ namespace DCGO.CardEffects.BT18
|
|
|
|
|
|
|
|
bool CanActivateConditionShared(Hashtable hashtable)
|
|
bool CanActivateConditionShared(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
- return CardEffectCommons.IsExistOnBattleArea(card) &&
|
|
|
|
|
|
|
+ return CardEffectCommons.IsExistOnBattleAreaDigimon(card) &&
|
|
|
CardEffectCommons.HasMatchConditionPermanent(CanSelectPermanentConditionShared);
|
|
CardEffectCommons.HasMatchConditionPermanent(CanSelectPermanentConditionShared);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -214,7 +214,7 @@ namespace DCGO.CardEffects.BT18
|
|
|
|
|
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
- return CardEffectCommons.IsExistOnBattleArea(card) &&
|
|
|
|
|
|
|
+ return CardEffectCommons.IsExistOnBattleAreaDigimon(card) &&
|
|
|
CardEffectCommons.CanTriggerWhenRemoveField(hashtable, card);
|
|
CardEffectCommons.CanTriggerWhenRemoveField(hashtable, card);
|
|
|
}
|
|
}
|
|
|
|
|
|