Преглед изворни кода

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()
                 {
-                    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)