Explorar el Código

Update BT13_036.cs

x89rt2 hace 5 meses
padre
commit
3a0fe97aea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Assets/Scripts/CardEffect/BT13/Yellow/BT13_036.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT13/Yellow/BT13_036.cs

@@ -66,7 +66,7 @@ namespace DCGO.CardEffects.BT13
 
                 string EffectDiscription()
                 {
-                    return "[When Attacking][Once per Turn] If there're 6 or fewer total cards in both players' security stacks, 1 of your opponent's Digimon gets -2000 DP for the turn.";
+                    return "[When Attacking][Once per Turn] If there're 6 or fewer total cards in both players' security stacks, 1 of your opponent's Digimon gets -2000 DP for the turn.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)
@@ -128,4 +128,4 @@ namespace DCGO.CardEffects.BT13
             return cardEffects;
         }
     }
-}
+}