|
|
@@ -194,12 +194,12 @@ namespace DCGO.CardEffects.EX12
|
|
|
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- return CardEffectCommons.CanTriggerOnDeletion(hashtable, card);
|
|
|
+ return CardEffectCommons.CanTriggerOnDeletion(hashtable, card, activateClass);
|
|
|
}
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- return CardEffectCommons.CanActivateOnDeletion(hashtable, card)
|
|
|
+ return CardEffectCommons.CanActivateOnDeletion(card, activateClass)
|
|
|
&& (CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, CanSelectReturnCardCondition)
|
|
|
|| CardEffectCommons.HasMatchConditionOwnersHand(card, CanSelectPlayCardCondition));
|
|
|
}
|