x89rt2 2 месяцев назад
Родитель
Сommit
7ac60ae799
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/EX6/Purple/EX6_057.cs

+ 2 - 2
Assets/Scripts/CardEffect/EX6/Purple/EX6_057.cs

@@ -122,7 +122,7 @@ namespace DCGO.CardEffects.EX6
                 bool CanSelectPermanentCondition(Permanent permanent)
                 {
                     return CardEffectCommons.IsPermanentExistsOnBattleArea(permanent)
-                        && permanent.HasLevel
+                        && permanent.TopCard.HasLevel
                         && permanent.Level <= 5;
                 }
 
@@ -202,7 +202,7 @@ namespace DCGO.CardEffects.EX6
                 {
                     return CardEffectCommons.IsOpponentTurn(card)
                         && CardEffectCommons.IsExistOnBattleAreaTrigger(card, activateClass)
-                        && CardEffectCommons.CanTriggerOnPermanentDeleted(hashtable, PermanentCondition);
+                        && CardEffectCommons.CanTriggerOnPermanentDeleted(hashtable, PermanentCondition, activateClass);
                 }
 
                 bool CanActivateCondition(Hashtable hashtable)