|
|
@@ -222,6 +222,7 @@ namespace DCGO.CardEffects.EX11
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
|
return CardEffectCommons.IsExistOnBattleAreaDigimon(card)
|
|
|
+ && CardEffectCommons.IsOwnerTurn(card)
|
|
|
&& CardEffectCommons.CanTriggerWhenLinked(hashtable, PermanentCondition, null);
|
|
|
}
|
|
|
|