Parcourir la source

Update BT19_027.cs

mbunch_kascope il y a 1 an
Parent
commit
da11eaef81
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(
                             new DeckBottomBounceClass(new List<Permanent> { selectedPermanent }, hashtable).DeckBounce());
 
-                        if (selectedPermanent.TopCard.HasLevel)
+                        if (selectedLevel > 0)
                         {
                             if (CardEffectCommons.HasMatchConditionPermanent(permanent =>
                                     CanSelectOpponentPermanentLevelCondition(permanent, selectedLevel)))