mbunch_kascope 1 год назад
Родитель
Сommit
da11eaef81
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/CardEffect/BT19/Blue/BT19_027.cs

+ 1 - 1
Assets/CardEffect/BT19/Blue/BT19_027.cs

@@ -182,7 +182,7 @@ namespace DCGO.CardEffects.BT19
                         yield return ContinuousController.instance.StartCoroutine(
                         yield return ContinuousController.instance.StartCoroutine(
                             new DeckBottomBounceClass(new List<Permanent> { selectedPermanent }, hashtable).DeckBounce());
                             new DeckBottomBounceClass(new List<Permanent> { selectedPermanent }, hashtable).DeckBounce());
 
 
-                        if (selectedPermanent.TopCard.HasLevel)
+                        if (selectedLevel > 0)
                         {
                         {
                             if (CardEffectCommons.HasMatchConditionPermanent(permanent =>
                             if (CardEffectCommons.HasMatchConditionPermanent(permanent =>
                                     CanSelectOpponentPermanentLevelCondition(permanent, selectedLevel)))
                                     CanSelectOpponentPermanentLevelCondition(permanent, selectedLevel)))