x89rt2 5 месяцев назад
Родитель
Сommit
3888987a4f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT12/Red/BT12_017.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT12/Red/BT12_017.cs

@@ -25,7 +25,7 @@ namespace DCGO.CardEffects.BT12
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] Delete 1 of your opponent's Digimon with 6000 DP or less. If this Digimon has a red Tamer in its digivolution cards, delete 1 of your opponent's Digimon with DP less than or equal to this Digimon instead.";
+                    return "[When Digivolving] Delete 1 of your opponent's Digimon with 6000 DP or less. If this Digimon has a red Tamer in its digivolution cards, delete 1 of your opponent's Digimon with DP less than or equal to this Digimon instead.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)
@@ -264,4 +264,4 @@ namespace DCGO.CardEffects.BT12
             return cardEffects;
         }
     }
-}
+}