|
|
@@ -330,8 +330,7 @@ namespace DCGO.CardEffects.BT19
|
|
|
|
|
|
bool CanActivateCondition(Hashtable hashtable)
|
|
|
{
|
|
|
- return CardEffectCommons.IsExistOnBattleAreaActivate(card, activateClass) &&
|
|
|
- card.Owner.Enemy.SecurityCards.Count > 0;
|
|
|
+ return CardEffectCommons.IsExistOnBattleAreaActivate(card, activateClass);
|
|
|
}
|
|
|
|
|
|
IEnumerator ActivateCoroutine(Hashtable hashtable)
|