Răsfoiți Sursa

updated SkillCondition

Lewisaaronwelch 3 luni în urmă
părinte
comite
2a3ee975ec
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Assets/Scripts/Script/PermanentEffectFactory.cs

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

@@ -93,7 +93,7 @@ public partial class PermanentEffectFactory
         bool SkillCondition(ICardEffect cardEffect)
         {
             return CardEffectCommons.IsOpponentEffect(cardEffect, permanent.TopCard)
-                && cardEffect.IsOptionEffect;
+                && !cardEffect.IsDigimonEffect && !cardEffect.IsTamerEffect;
         }
 
         CanNotAffectedClass canNotAffectedClass = new CanNotAffectedClass();