Просмотр исходного кода

ZeedMillenniummon and Dolphmon

Joe Delia 1 год назад
Родитель
Сommit
543a5c622b

+ 1 - 1
Assets/CardEffect/BT19/Red/ZeedMillenniummon_BT19_101.cs

@@ -280,7 +280,7 @@ namespace DCGO.CardEffects.BT19
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] By returning 1 Digimon card from your opponent's trash to the top of the deck, return 1 of their Digimon to the bottom of the deck.";
+                    return "[When Attacking] By returning 1 Digimon card from your opponent's trash to the top of the deck, return 1 of their Digimon to the bottom of the deck.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/CardEffect/EX8/Blue/Dolpmon_EX8_020.cs → Assets/CardEffect/EX8/Blue/Dolphmon_EX8_020.cs

@@ -3,7 +3,7 @@ using System.Collections.Generic;
 
 namespace DCGO.CardEffects.EX8
 {
-    public class Dolpmon_EX8_020 : CEntity_Effect
+    public class Dolphmon_EX8_020 : CEntity_Effect
     {
         public override List<ICardEffect> CardEffects(EffectTiming timing, CardSource card)
         {

+ 0 - 0
Assets/CardEffect/EX8/Blue/Dolpmon_EX8_020.cs.meta → Assets/CardEffect/EX8/Blue/Dolphmon_EX8_020.cs.meta