Przeglądaj źródła

Merge pull request #827 from DCGO2/x89rt2-patch-7

Update P_179.cs
hooperk 5 miesięcy temu
rodzic
commit
3bcab05338
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      Assets/Scripts/CardEffect/P/Black/P_179.cs

+ 2 - 1
Assets/Scripts/CardEffect/P/Black/P_179.cs

@@ -166,7 +166,8 @@ namespace DCGO.CardEffects.P
             #region When Digivolving/Attacking OPT Shared
 
             bool CanSelectPermanentOptionCondition(Permanent permanent)
-                => permanent.TopCard.IsOption;
+                => CardEffectCommons.IsPermanentExistsOnOwnerBattleArea(permanent, card)
+                && permanent.IsOption;
 
             bool CanSelectPermanentDigimonCondition(Permanent permanent)
                 => CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card)