Przeglądaj źródła

updates to airdramon and apocalymon

mbunch_kascope 2 lat temu
rodzic
commit
373efbe24b

+ 1 - 1
Assets/CardEffect/BT15/White/Apocalymon_BT15_102.cs

@@ -64,7 +64,7 @@ public class Apocalymon_BT15_102 : CEntity_Effect
 
             bool CanActivateCondition(Hashtable hashtable)
             {
-                if (CardEffectCommons.IsExistOnBattleArea(card))
+                if (CardEffectCommons.IsExistOnHand(card))
                 {
                     if (CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, CanSelectCardCondition))
                     {

+ 1 - 4
Assets/CardEffect/LM/Green/Airdramon_LM_009.cs

@@ -30,10 +30,7 @@ namespace DCGO.CardEffects.LM
                 {
                     if(CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaDigimon(permanent, card))
                     {
-                        if (permanent != card.PermanentOfThisCard())
-                        {
-                            return true;
-                        }
+                        return true;
                     }
 
                     return false;