소스 검색

Update LM_058.cs

x89rt2 6 달 전
부모
커밋
552d3f48e0
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      Assets/Scripts/CardEffect/LM/Blue/LM_058.cs

+ 4 - 1
Assets/Scripts/CardEffect/LM/Blue/LM_058.cs

@@ -106,7 +106,10 @@ namespace DCGO.CardEffects.LM
                         foreach (CardSource cardSource in card.Owner.HandCards)
                         foreach (CardSource cardSource in card.Owner.HandCards)
                         {
                         {
                             if (CanSelectCardCondition(cardSource)
                             if (CanSelectCardCondition(cardSource)
-                                && cardSource.CanPlayCardTargetFrame(permanent.PermanentFrame, false, activateClass)) => return true;
+                                && cardSource.CanPlayCardTargetFrame(permanent.PermanentFrame, false, activateClass))
+                            {
+                                return true;
+                            }
                         }
                         }
                     }
                     }