浏览代码

Update Permanent.cs

mbunch_kascope 1 年之前
父节点
当前提交
64981ad5a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/Scripts/Permanent.cs

+ 1 - 1
Assets/Scripts/Permanent.cs

@@ -1199,7 +1199,7 @@ public class Permanent
                         {
                             if (cardEffect != null)
                             {
-                                if (isTopCard == cardEffect.IsInheritedEffect && isTopCard == cardEffect.IsLinkedEffect)
+                                if (isTopCard == cardEffect.IsInheritedEffect || isTopCard == cardEffect.IsLinkedEffect)
                                 {
                                     continue;
                                 }