Przeglądaj źródła

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

Michael8818 4 miesięcy temu
rodzic
commit
b3fa959ef0
1 zmienionych plików z 1 dodań i 1 usunięć
  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