x89rt2 2 месяцев назад
Родитель
Сommit
ba68e7dcf2
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      Assets/Scripts/CardEffect/BT7/Green/BT7_051.cs

+ 4 - 1
Assets/Scripts/CardEffect/BT7/Green/BT7_051.cs

@@ -76,7 +76,10 @@ public class BT7_051 : CEntity_Effect
             {
             {
                 return CardEffectCommons.IsExistOnBattleAreaActivate(card, activateClass)
                 return CardEffectCommons.IsExistOnBattleAreaActivate(card, activateClass)
                     && CardEffectCommons.HasMatchConditionOwnersHand(card, CanSelectCardCondition)
                     && CardEffectCommons.HasMatchConditionOwnersHand(card, CanSelectCardCondition)
-                    && card.PermanentOfThisCard().DigivolutionCards.Any((cardSource) => cardSource.EqualsTraits("Hybrid") || cardSource.EqualsTraits("Insectoid"));
+                    && card.PermanentOfThisCard().DigivolutionCards.Any((cardSource) =>
+                        (cardSource.EqualsTraits("Hybrid")
+                            || cardSource.EqualsTraits("Insectoid"))
+                        && !cardSource.IsFlipped);
             }
             }
 
 
             IEnumerator ActivateCoroutine(Hashtable _hashtable)
             IEnumerator ActivateCoroutine(Hashtable _hashtable)