Bladeren bron

fixed new promo cards

mbunch_kascope 1 jaar geleden
bovenliggende
commit
8eea2afa28

+ 2 - 2
Assets/CardBaseEntity/P/Red/Tamer/天ノ河宙-P-062.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:e62c241fc29c2747a3be9726514df8925d15daa2aba5abd1c90de754301ff74a
-size 2579
+oid sha256:d838f27d30c4e5d4219133cc1e74c1d34b3a2c34f25281ad7d375e2a3c93731d
+size 2011

+ 1 - 1
Assets/CardEffect/P/Red/PawnDevice_P_155.cs

@@ -2,7 +2,7 @@ using System.Collections;
 using System.Collections.Generic;
 using System;
 
-namespace DCGO.CardEffects
+namespace DCGO.CardEffects.P
 {
     public class PawnDevice_P_155 : CEntity_Effect
     {

+ 1 - 1
Assets/CardEffect/P/Red/ShoutmonDoruluCannon_P_152.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System;
 using System.Linq;
 
-namespace DCGO.CardEffects
+namespace DCGO.CardEffects.P
 {
     public class ShoutmonDoruluCannon_P_152 : CEntity_Effect
     {

+ 1 - 1
Assets/CardEffect/P/Yellow/MagnaGarurumon_P_153.cs

@@ -161,7 +161,7 @@ namespace DCGO.CardEffects.P
             #endregion
 
             #region End of Attack
-            if (timing == EffectTiming.None)
+            if (timing == EffectTiming.OnEndAttack)
             {
                 ActivateClass activateClass = new ActivateClass();
                 activateClass.SetUpICardEffect("Place top card of this digimon as top security to unsuspend", CanUseCondition, card);