x89rt2 před 4 měsíci
rodič
revize
f4534e3963
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      Assets/Scripts/CardEffect/ST23/Green/ST23_08.cs

+ 0 - 5
Assets/Scripts/CardEffect/ST23/Green/ST23_08.cs

@@ -47,11 +47,6 @@ namespace DCGO.CardEffects.ST23
             string SharedEffectDescription(string tag)
                 => $"[{tag}] This Digimon gets +3000 DP until your opponent's turn ends. Then, if it's your turn, by trashing the bottom face-down card from under any of your Tamers, you may play or use 1 [Glowing Dawn] trait card from your hand with the cost reduced by 3.";
 
-            bool CanSelectPermanentConditionForDPMinus(Permanent permanent)
-            {
-                return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card);
-            }
-
             bool TamerWithOneFaceDownSource(Permanent permanent)
             {
                 return CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaTamer(permanent, card)