Procházet zdrojové kódy

Update BT25_103.cs

x89rt2 před 1 měsícem
rodič
revize
ae26382b3c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Red/BT25_103.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Red/BT25_103.cs

@@ -94,7 +94,7 @@ namespace DCGO.CardEffects.BT25
 
             IEnumerator BounceActivateCoroutine(Hashtable hashtable, ActivateClass activateClass)
             {
-                if (CardEffectCommons.HasMatchConditionOpponentsPermanent(card, IsEnemyWithLessSources))
+                if (CardEffectCommons.HasMatchConditionPermanent(IsEnemyWithLessSources))
                 {
                     SelectPermanentEffect selectPermanentEffect = GManager.instance.GetComponent<SelectPermanentEffect>();