Bladeren bron

Valkyrimon Ace Update

Albert Vasconcellos 2 jaren geleden
bovenliggende
commit
8522f1acbb
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      Assets/CardEffect/BT16/Red/ValkyrimonAce_BT16_013.cs

+ 2 - 2
Assets/CardEffect/BT16/Red/ValkyrimonAce_BT16_013.cs

@@ -47,7 +47,7 @@ namespace DCGO.CardEffects.BT16
 
 
                 string EffectDiscription()
                 string EffectDiscription()
                 {
                 {
-                    return "[On Play] [When Digivolving] Until the end of your opponent's next turn, all of your opponent's Digimon get -5000DP.";
+                    return "[On Play] [When Digivolving] All of your opponent's Digimon get -5000DP for the turn.";
                 }
                 }
 
 
                 bool CanUseCondition(Hashtable hashtable)
                 bool CanUseCondition(Hashtable hashtable)
@@ -75,7 +75,7 @@ namespace DCGO.CardEffects.BT16
                     yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.ChangeDigimonDPPlayerEffect(
                     yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.ChangeDigimonDPPlayerEffect(
                         permanentCondition: PermanentCondition,
                         permanentCondition: PermanentCondition,
                         changeValue: -5000,
                         changeValue: -5000,
-                        effectDuration: EffectDuration.UntilOpponentTurnEnd,
+                        effectDuration: EffectDuration.UntilEachTurnEnd,
                         activateClass: activateClass));
                         activateClass: activateClass));
                 }
                 }
             }
             }