ソースを参照

Fix BT25-072 effect description

hooperk 3 ヶ月 前
コミット
ece4a2ccd2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Black/BT25_072.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Black/BT25_072.cs

@@ -314,7 +314,7 @@ namespace DCGO.CardEffects.BT25
 
 
                 string EffectDescription()
                 string EffectDescription()
                 {
                 {
-                    return "[When Linking] 1 of your opponent's Digimon or Tamers can't unsuspend until their turn ends.";
+                    return "[When Linking] 2 of your opponent's Digimon or Tamers can't unsuspend until their turn ends.";
                 }
                 }
 
 
                 bool CanSelectPermanentCondition(Permanent permanent)
                 bool CanSelectPermanentCondition(Permanent permanent)