Просмотр исходного кода

Update BT22_064.cs (#608)

Co-authored-by: Lewisaaronwelch <48370571+LewisWelch94@users.noreply.github.com>
x89rt2 6 месяцев назад
Родитель
Сommit
dba9b3813d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Assets/Scripts/CardEffect/BT22/Black/BT22_064.cs

+ 1 - 2
Assets/Scripts/CardEffect/BT22/Black/BT22_064.cs

@@ -139,8 +139,7 @@ namespace DCGO.CardEffects.BT22
 
                 bool CanActivateCondition(Hashtable hashtable)
                 {
-                    return CardEffectCommons.IsExistOnBattleAreaDigimon(card)
-                        && CardEffectCommons.HasMatchConditionPermanent(IsOpponentsDigimon);
+                    return CardEffectCommons.IsExistOnBattleAreaDigimon(card);
                 }
 
                 bool IsUnidentified(Permanent permanent)