Browse Source

Update BT17_099.cs

x89rt2 2 months ago
parent
commit
e69ec235ba
1 changed files with 2 additions and 2 deletions
  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()
                 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)
                 bool PermanentCondition(Permanent permanent)
@@ -455,4 +455,4 @@ namespace DCGO.CardEffects.BT17
             return cardEffects;
             return cardEffects;
         }
         }
     }
     }
-}
+}