cchmc-burkewm 2 лет назад
Родитель
Сommit
d27b5148f1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/CardEffect/EX6/Black/Kurisarimon_EX6_039.cs

+ 2 - 2
Assets/CardEffect/EX6/Black/Kurisarimon_EX6_039.cs

@@ -28,7 +28,7 @@ namespace DCGO.CardEffects.EX6
                 {
                     if (CardEffectCommons.IsPermanentExistsOnOwnerBattleArea(permanent, card))
                     {
-                        if (permanent.TopCard.ContainsTraits("Unidentified"))
+                        if (permanent.TopCard.ContainsTraits("Unidentified") && permanent.IsDigimon)
                         {
                             if (!permanent.TopCard.CanNotBeAffected(activateClass))
                             {
@@ -193,7 +193,7 @@ namespace DCGO.CardEffects.EX6
                 {
                     if (CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card))
                     {
-                        if (permanent.TopCard.HasPlayCost && permanent.TopCard.GetCostItself <= 3)
+                        if (permanent.TopCard.HasPlayCost && permanent.TopCard.GetCostItself <= 3 && permanent.IsDigimon)
                         {
                             return true;
                         }