Lewisaaronwelch 1 год назад
Родитель
Сommit
5d5f1889c6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/CardEffect/BT20/Black/BT20_055.cs

+ 2 - 2
Assets/CardEffect/BT20/Black/BT20_055.cs

@@ -135,7 +135,7 @@ namespace DCGO.CardEffects.BT20
                             mode: SelectPermanentEffect.Mode.Destroy,
                             cardEffect: activateClass);
 
-                        selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon to destroy.", "The opponent is selecting 1 Digimon to destroy.");
+                        selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon to delete.", "The opponent is selecting 1 Digimon to delete.");
 
                         yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                     }
@@ -238,7 +238,7 @@ namespace DCGO.CardEffects.BT20
                             mode: SelectPermanentEffect.Mode.Destroy,
                             cardEffect: activateClass);
 
-                        selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon to destroy.", "The opponent is selecting 1 Digimon to destroy.");
+                        selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon to delete.", "The opponent is selecting 1 Digimon to delete.");
 
                         yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                     }