浏览代码

Update LM_057.cs

x89rt2 5 月之前
父节点
当前提交
b55ae9845f
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      Assets/Scripts/CardEffect/LM/Red/LM_057.cs

+ 5 - 2
Assets/Scripts/CardEffect/LM/Red/LM_057.cs

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