dp101428 1 год назад
Родитель
Сommit
39c77b2268
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/CardEffect/ST20/Yellow/ST20_05.cs

+ 2 - 2
Assets/CardEffect/ST20/Yellow/ST20_05.cs

@@ -52,7 +52,7 @@ namespace DCGO.CardEffects.ST20
 
                 string EffectDiscription()
                 {
-                    return "[On Play] Give 2 of your opponent's Digimon <Security A. -1> until their turn ends.";
+                    return "[On Play] Give 2 of your opponent's Digimon <Security A. -1> until their turn ends. (This Digimon checks 1 fewer security card.)";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -106,7 +106,7 @@ namespace DCGO.CardEffects.ST20
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] Give 2 of your opponent's Digimon <Security A. -1> until their turn ends.";
+                    return "[When Digivolving] Give 2 of your opponent's Digimon <Security A. -1> until their turn ends. (This Digimon checks 1 fewer security card.)";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)