Browse Source

1.8.2 Hotfix

mbunch_kascope 1 năm trước cách đây
mục cha
commit
48fecdf43b

+ 2 - 9
Assets/Scripts/Permanent.cs

@@ -1199,16 +1199,9 @@ public class Permanent
                         {
                         {
                             if (cardEffect != null)
                             if (cardEffect != null)
                             {
                             {
-                                if (cardEffect.IsInheritedEffect)
+                                if (isTopCard == cardEffect.IsInheritedEffect)
                                 {
                                 {
-                                    if (isTopCard)
-                                        continue;
-                                }
-
-                                if (cardEffect.IsLinkedEffect)
-                                {
-                                    if (isTopCard)
-                                        continue;
+                                    continue;
                                 }
                                 }
 
 
                                 _EffectList.Add(cardEffect);
                                 _EffectList.Add(cardEffect);

+ 1 - 1
ProjectSettings/ProjectSettings.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
 version https://git-lfs.github.com/spec/v1
-oid sha256:277c456ea1aea6219df3c804f9bc5117fd1bb3813a7ef9902977639bbd1d61c4
+oid sha256:502f1b267f7af9abb260075a1391375ab276115b3b5e00508b8909bbd92b1edc
 size 20166
 size 20166