Pārlūkot izejas kodu

myotismon X fixes, grapleomon text fix, dragomon text fix, ludomon fix

mbunch_kascope 2 gadi atpakaļ
vecāks
revīzija
62efe29d73

+ 1 - 1
Assets/CardBaseEntity/P/Purple/Digimon/Myotismon_(X_Antibody)-P-145.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:6183c4ca49bb4a29f7b9312a69b80a2799a2b61b6e59462b3f724e4a85394164
+oid sha256:1aba483d232dfe13d89df78af0e72a5a3bee9415d9719fe6efd4ea8d33a64847
 size 1423

+ 1 - 1
Assets/CardBaseEntity/P/Purple/Digimon/Myotismon_(X_Antibody)-P-145_P1.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:008059d8d0b1194328de3cf2c55fe9c573bba056d20b2d2eac12ff1f5519cb51
+oid sha256:4e063b91c1d59b94462aa4afdfb5986b16acd645fba21297250d84975f1a494a
 size 1429

+ 1 - 1
Assets/CardEffect/EX5/Black/Grapleomon_EX5_049.cs

@@ -36,7 +36,7 @@ public class Grapleomon_EX5_049 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[When Digivolving] Return 1 of your opponent's Digimon with 4000 DP or less to the bottom of the deck.";
+                return "[On Play] Return 1 of your opponent's Digimon with 4000 DP or less to the bottom of the deck.";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/CardEffect/EX5/Purple/Dagomon_EX5_060.cs

@@ -15,7 +15,7 @@ public class Dagomon_EX5_060 : CEntity_Effect
         if (timing == EffectTiming.OnEnterFieldAnyone)
         {
             ActivateClass activateClass = new ActivateClass();
-            activateClass.SetUpICardEffect("Opponent plays1  Digimon from trash", CanUseCondition, card);
+            activateClass.SetUpICardEffect("Opponent plays 1  Digimon from trash", CanUseCondition, card);
             activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, false, EffectDiscription());
             cardEffects.Add(activateClass);
 

+ 1 - 1
Assets/CardEffect/EX6/Black/Ludomon_EX6_038.cs

@@ -15,7 +15,7 @@ namespace DCGO.CardEffects.EX6
             {
                 static bool PermanentCondition(Permanent targetPermanent)
                 {
-                    return targetPermanent.TopCard.CardNames.Contains("Kakkinmon") && targetPermanent.TopCard.CardNames.Contains("Sakuttomon");
+                    return targetPermanent.TopCard.CardNames.Contains("Kakkinmon") || targetPermanent.TopCard.CardNames.Contains("Sakuttomon");
                 }
 
                 cardEffects.Add(CardEffectFactory.AddSelfDigivolutionRequirementStaticEffect(