Sfoglia il codice sorgente

Update BT21_094.cs

x89rt2 3 mesi fa
parent
commit
a8bf083381
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Assets/Scripts/CardEffect/BT21/Blue/BT21_094.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT21/Blue/BT21_094.cs

@@ -22,7 +22,7 @@ namespace DCGO.CardEffects.BT21
                 string EffectDescription()
                 {
                     return
-                        "[Main] Reveal the top 3 cards of your deck. Add 1 card with [Davis Motomiya] in its name in its name and 1 card with the [Free] trait among them to the hand. Trash the rest. Then, place this card in the battle area.";
+                        "[Main] Reveal the top 3 cards of your deck. Add 1 card with [Davis Motomiya] in its name and 1 card with the [Free] trait among them to the hand. Trash the rest. Then, place this card in the battle area.";
                 }
 
                 bool CanSelectDavisCardCondition(CardSource cardSource)
@@ -50,7 +50,7 @@ namespace DCGO.CardEffects.BT21
                             {
                                 new(
                                     canTargetCondition: CanSelectDavisCardCondition,
-                                    message: "Select 1 card with [Davis Motomiya] in its name in its name.",
+                                    message: "Select 1 card with [Davis Motomiya] in its name.",
                                     mode: SelectCardEffect.Mode.AddHand,
                                     maxCount: 1,
                                     selectCardCoroutine: null),