Răsfoiți Sursa

Fix typo in effect description for ST22_13.cs

x89rt2 5 luni în urmă
părinte
comite
ed6e8fb2ac
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Assets/Scripts/CardEffect/ST22/Green/ST22_13.cs

+ 2 - 2
Assets/Scripts/CardEffect/ST22/Green/ST22_13.cs

@@ -157,7 +157,7 @@ namespace DCGO.CardEffects.ST22
                 
                 string EffectDescription()
                 {
-                    return "[When Attacking] If your opponent has no unsuepended Digimon, this Digimon with the [Vortex Warriors] trait may unsuspend.";
+                    return "[When Attacking] If your opponent has no unsuspended Digimon, this Digimon with the [Vortex Warriors] trait may unsuspend.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -190,4 +190,4 @@ namespace DCGO.CardEffects.ST22
             return cardEffects;
         }
     }
-}
+}