|
@@ -140,6 +140,7 @@ namespace DCGO.CardEffects.P
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
return CardEffectCommons.CanDeclareOptionDelayEffect(card)
|
|
return CardEffectCommons.CanDeclareOptionDelayEffect(card)
|
|
|
|
|
+ && CardEffectCommons.IsOwnerTurn(card)
|
|
|
&& CardEffectCommons.CanTriggerOnAddDigivolutionCard(
|
|
&& CardEffectCommons.CanTriggerOnAddDigivolutionCard(
|
|
|
hashtable: hashtable,
|
|
hashtable: hashtable,
|
|
|
permanentCondition: TriggerPermanentCondition,
|
|
permanentCondition: TriggerPermanentCondition,
|