Эх сурвалжийг харах

Updated, no longer targetting breeding.

Lewisaaronwelch 1 сар өмнө
parent
commit
a6663d4e88

+ 1 - 1
Assets/Scripts/CardEffect/EX6/Yellow/EX6_025.cs

@@ -81,7 +81,7 @@ namespace DCGO.CardEffects.EX6
             bool IsShakamon(CardSource cardSource) => cardSource.EqualsCardName("Shakamon");
 
             bool CanSelectSecMinusPermanentSharedCondition(Permanent permanent)
-                => CardEffectCommons.IsPermanentExistsOnField(permanent) && permanent.IsDigimon;
+                => CardEffectCommons.IsPermanentExistsOnBattleAreaDigimon(permanent) || CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card);
 
             #endregion