|
@@ -185,12 +185,12 @@ namespace DCGO.CardEffects.EX12
|
|
|
|
|
|
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
bool CanUseCondition(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
- return CardEffectCommons.CanTriggerOnDeletion(hashtable, card);
|
|
|
|
|
|
|
+ return CardEffectCommons.CanTriggerOnDeletion(hashtable, card, activateClass);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
{
|
|
{
|
|
|
- return CardEffectCommons.CanActivateOnDeletion(hashtable, card);
|
|
|
|
|
|
|
+ return CardEffectCommons.CanActivateOnDeletion(card, activateClass);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
bool CanSelectPermanentCondition(Permanent permanent)
|
|
bool CanSelectPermanentCondition(Permanent permanent)
|