فهرست منبع

Do not prevent inherited on deletions from activating

hooperk 3 ماه پیش
والد
کامیت
26cd132d6b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Assets/Scripts/Script/ICardEffect.cs

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

@@ -388,7 +388,7 @@ public abstract class ICardEffect
         {
             if (EffectSourceCard != null)
             {
-                if (EffectSourceCard.PermanentOfThisCard() != null)
+                if (EffectSourceCard.PermanentOfThisCard() != null && !IsOnDeletion)
                 {
                     if (IsInheritedEffect || IsLinkedEffect)
                     {