瀏覽代碼

CRM: Dual Cards in play are treated only as Digimon

hooperk 4 月之前
父節點
當前提交
7a47472f6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/Scripts/Script/Permanent.cs

+ 1 - 1
Assets/Scripts/Script/Permanent.cs

@@ -3380,7 +3380,7 @@ public class Permanent
         {
             if (TopCard != null)
             {
-                if (TopCard.IsOption)
+                if (TopCard.IsOption && !TopCard.IsDigimon) //DualCard is never an option while it is a permanent
                 {
                     return true;
                 }