ソースを参照

BT15 Black Bug Fixes

Changes to Hisyaryumon, Omekamon and Marvin Jackson
Albert Vasconcellos 2 年 前
コミット
216f464d5c

+ 1 - 1
Assets/CardEffect/BT15/Black/Hisyaryumon_BT15_063.cs

@@ -161,7 +161,7 @@ public class Hisyaryumon_BT15_063 : CEntity_Effect
             {
                 if (CardEffectCommons.IsExistOnBattleArea(card))
                 {
-                    if (CardEffectCommons.CanTriggerWhenPermanentSuspends(hashtable, (permanent) => CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaDigimon(permanent, card) && permanent != card.PermanentOfThisCard()))
+                    if (CardEffectCommons.CanTriggerWhenPermanentSuspends(hashtable, (permanent) => CardEffectCommons.IsExistOnBattleAreaDigimon(card) && permanent != card.PermanentOfThisCard()))
                     {
                         if (CardEffectCommons.IsByEffect(hashtable, null))
                         {

+ 1 - 1
Assets/CardEffect/BT15/Black/Marvin_Jackson_BT15_086.cs

@@ -209,7 +209,7 @@ public class Marvin_Jackson_BT15_086 : CEntity_Effect
             cardEffects.Add(CardEffectFactory.JammingSelfStaticEffect(isInheritedEffect: true, card: card, condition: Condition));
         }
 
-        if (timing == EffectTiming.OnAllyAttack)
+        if (timing == EffectTiming.None)
         {
             bool Condition()
             {

+ 5 - 0
Assets/CardEffect/BT15/Black/Omekamon_BT15_060.cs

@@ -12,6 +12,11 @@ public class Omekamon_BT15_060 : CEntity_Effect
     {
         List<ICardEffect> cardEffects = new List<ICardEffect>();
 
+        if(timing == EffectTiming.None)
+        {
+            cardEffects.Add(CardEffectFactory.BlockerSelfStaticEffect(isInheritedEffect: true, card: card, condition: null));
+        }
+
         if(timing == EffectTiming.None)
         {
             ChangeCardNamesClass changeCardNamesClass = new ChangeCardNamesClass();