Преглед изворни кода

Updated BT15, LM01 and RB01 Cards

BT15-075
LM01-005
LM01-010
RB01-031
cchmc-burkewm пре 2 година
родитељ
комит
6fd841d3de

+ 1 - 1
Assets/CardEffect/BT15/Purple/Loogarmon_BT15_075.cs

@@ -152,7 +152,7 @@ public class Loogarmon_BT15_075 : CEntity_Effect
             {
                 if (CardEffectCommons.IsExistOnBattleArea(card))
                 {
-                    if (card.Owner.MemoryForPlayer >= 1)
+                    if (card.Owner.Enemy.MemoryForPlayer >= 1)
                     {
                         return true;
                     }

+ 1 - 1
Assets/CardEffect/LM/Blue/Amphimon_LM_005.cs

@@ -161,7 +161,7 @@ namespace DCGO.CardEffects.LM
             {
                 ActivateClass activateClass = new ActivateClass();
                 activateClass.SetUpICardEffect("Security Attack +1", CanUseCondition, card);
-                activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, false, EffectDiscription());
+                activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, true, EffectDiscription());
                 cardEffects.Add(activateClass);
 
                 string EffectDiscription()

+ 1 - 1
Assets/CardEffect/LM/Green/Chamblemon_LM_010.cs

@@ -119,7 +119,7 @@ namespace DCGO.CardEffects.LM
                     return CardEffectCommons.MatchConditionPermanentCount(CanSelectPermanentCondition) * 1000;
                 }
 
-                cardEffects.Add(CardEffectFactory.ChangeSelfDPStaticEffect(changeValue: DPIncrease(), isInheritedEffect: true, card: card, condition: Condition));
+                cardEffects.Add(CardEffectFactory.ChangeSelfDPStaticEffect(changeValue: DPIncrease(), isInheritedEffect: false, card: card, condition: Condition));
             }
             #endregion
 

+ 1 - 1
Assets/CardEffect/RB1/Purple/Arkturusmon_RB1_031.cs

@@ -48,7 +48,7 @@ public class Arkturusmon_RB1_031 : CEntity_Effect
 
             bool CanSelectPermanentCondition(Permanent permanent)
             {
-                if (CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card))
+                if (CardEffectCommons.IsPermanentExistsOnBattleArea(permanent))
                 {
                     if (CardEffectCommons.IsExistOnBattleArea(card))
                     {