Просмотр исходного кода

Fix BT25-072 effect description

hooperk 3 месяцев назад
Родитель
Сommit
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()
                 {
-                    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)