x89rt2 3 месяцев назад
Родитель
Сommit
e11269cb91
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Blue/BT25_027.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Blue/BT25_027.cs

@@ -85,7 +85,7 @@ namespace DCGO.CardEffects.BT25
                     yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                 }
 
-                if (CardEffectCommons.MatchConditionPermanentCount(TamerWithOneFaceDownSource) > 1)
+                if (CardEffectCommons.HasMatchConditionPermanent(TamerWithOneFaceDownSource))
                 {
                     bool trashed = false;