Browse Source

Update EX10_058.cs

x89rt2 1 tháng trước cách đây
mục cha
commit
e0eadd0990
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/Scripts/CardEffect/EX10/Purple/EX10_058.cs

+ 1 - 1
Assets/Scripts/CardEffect/EX10/Purple/EX10_058.cs

@@ -138,7 +138,7 @@ namespace DCGO.CardEffects.EX10
                         bool CanUseCondition1(Hashtable hashtable)
                         {
                             return CardEffectCommons.IsPermanentExistsOnBattleArea(selectedPermanent)
-                                && selectedPermanent.TopCard.Owner.GetBattleAreaDigimons().Contains(selectedPermanent)
+                                && selectedPermanent.TopCard.Owner.GetBattleAreaPermanents().Contains(selectedPermanent)
                                 && GManager.instance.turnStateMachine.gameContext.TurnPlayer == selectedPermanent.TopCard.Owner
                                 && !selectedPermanent.TopCard.CanNotBeAffected(activateClass);
                         }