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

Apply suggestion from @x89rt2

Co-authored-by: x89rt2 <x89rt2@gmail.com>
hooperk 3 месяцев назад
Родитель
Сommit
c4cbcacc31
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Blue/BT25_028.cs

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

@@ -35,7 +35,7 @@ namespace DCGO.CardEffects.BT25
 
                 bool CanUseCondition(Hashtable hashtable)
                 {
-                    return CardEffectCommons.HasMatchConditionOpponentsPermanent(card, Level6EnemyDigimon);
+                    return CardEffectCommons.HasMatchConditionPermanent(Level6EnemyDigimon);
                 }
 
                 bool Level6EnemyDigimon(Permanent permanent)