|
|
@@ -73,7 +73,7 @@ namespace DCGO.CardEffects.BT15
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- if (CardEffectCommons.CanActivateOnDeletion(card))
|
|
|
+ if (CardEffectCommons.CanActivateOnDeletion(hashtable, card))
|
|
|
{
|
|
|
if (CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, (cardSource) => CanSelectCardCondition(cardSource)))
|
|
|
{
|
|
|
@@ -173,7 +173,7 @@ namespace DCGO.CardEffects.BT15
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- if (CardEffectCommons.CanActivateOnDeletionInherited(hashtable, card))
|
|
|
+ if (CardEffectCommons.CanActivateOnDeletion( hashtable, card))
|
|
|
{
|
|
|
if (CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, (cardSource) => CanSelectCardCondition(cardSource)))
|
|
|
{
|