Jelajahi Sumber

Update EX11-073

x89rt2 5 bulan lalu
induk
melakukan
bcd0e3d0b6
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      Assets/Scripts/CardEffect/EX11/Green/EX11_073.cs

+ 2 - 2
Assets/Scripts/CardEffect/EX11/Green/EX11_073.cs

@@ -86,7 +86,7 @@ namespace DCGO.CardEffects.EX11
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, false, EffectDescription());
                 cardEffects.Add(activateClass);
 
-                string EffectDescription() => "[when Digivolving] If DNA Digivolving, you may link up to 3 [Maquinamon] from your hand, trash or this Digimon's digivolution cards to this Digimon without paying the cost.";
+                string EffectDescription() => "[When Digivolving] If DNA Digivolving, you may link up to 3 [Maquinamon] from your hand, trash or this Digimon's digivolution cards to this Digimon without paying the cost.";
 
                 bool CanUseCondition(Hashtable hashtable)
                 {
@@ -313,4 +313,4 @@ namespace DCGO.CardEffects.EX11
             return cardEffects;
         }
     }
-}
+}