Kaynağa Gözat

fix for cards being marked as dual card when they are not

Michael8818 4 ay önce
ebeveyn
işleme
b3fa959ef0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Assets/Scripts/Script/CEntity_Base.cs

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

@@ -74,7 +74,7 @@ public class CEntity_Base : ScriptableObject
     public bool IsACE => OverflowMemory >= 1;
     public bool IsStandardValid => true;
 
-    public bool IsDualCard => !String.IsNullOrEmpty(dualEffect);
+    public bool IsDualCard => cardKind.Count > 1;
 
     #region regulation mark
     public string RegulationMark