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

Fix typo in effect description for ST22_13.cs

x89rt2 5 месяцев назад
Родитель
Сommit
ed6e8fb2ac
1 измененных файлов с 2 добавлено и 2 удалено
  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()
                 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)
                 bool CanUseCondition(Hashtable hashtable)
@@ -190,4 +190,4 @@ namespace DCGO.CardEffects.ST22
             return cardEffects;
             return cardEffects;
         }
         }
     }
     }
-}
+}