Przeglądaj źródła

Updated, no longer targetting breeding.

Lewisaaronwelch 1 miesiąc temu
rodzic
commit
a6663d4e88
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Assets/Scripts/CardEffect/EX6/Yellow/EX6_025.cs

+ 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