x89rt2 4 mesi fa
parent
commit
84679cb262
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Assets/Scripts/CardEffect/ST24/Yellow/ST24_01.cs

+ 1 - 1
Assets/Scripts/CardEffect/ST24/Yellow/ST24_01.cs

@@ -19,7 +19,7 @@ namespace DCGO.CardEffects.ST24
                 activateClass.SetUpICardEffect("Digivolve into [DATA SQUAD] for 2 less", CanUseCondition, card);
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, 1, true, EffectDescription());
                 activateClass.SetIsInheritedEffect(true);
-                activateClass.SetHashString("ST23_01_WA");
+                activateClass.SetHashString("ST24_01_WA");
                 cardEffects.Add(activateClass);
 
                 string EffectDescription() => "[When Attacking] [Once Per Turn] By trashing the bottom face-down card from under any of your Tamers, this Digimon may digivolve into a [DATA SQUAD] trait Digimon card in the hand with the cost reduced by 2.";