Explorar el Código

Update BT17_099.cs

x89rt2 hace 2 meses
padre
commit
e69ec235ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Assets/Scripts/CardEffect/BT17/Yellow/BT17_099.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT17/Yellow/BT17_099.cs

@@ -173,7 +173,7 @@ namespace DCGO.CardEffects.BT17
 
                 string EffectDiscription()
                 {
-                    return "[All Turns] When one of your Tamers is deleted or returned to the hand, <Delay>.\r\n 1 of your Digimon may digivolve into a Digimon card with [ShineGreymon] in its name in the hand without paying the cost.";
+                    return "[All Turns] When one of your Tamers is deleted or returned to the hand, <Delay>.\r\n 1 of your Digimon may digivolve into a Digimon card with [ShineGreymon] in its name in the hand without paying the cost.";
                 }
 
                 bool PermanentCondition(Permanent permanent)
@@ -455,4 +455,4 @@ namespace DCGO.CardEffects.BT17
             return cardEffects;
         }
     }
-}
+}