소스 검색

Update BT19_027.cs

mbunch_kascope 1 년 전
부모
커밋
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(
                             new DeckBottomBounceClass(new List<Permanent> { selectedPermanent }, hashtable).DeckBounce());
 
-                        if (selectedPermanent.TopCard.HasLevel)
+                        if (selectedLevel > 0)
                         {
                             if (CardEffectCommons.HasMatchConditionPermanent(permanent =>
                                     CanSelectOpponentPermanentLevelCondition(permanent, selectedLevel)))