Browse Source

BT10_098 text update

Updating the security effect text to be accurate to the card text.
skikklesman 11 months ago
parent
commit
fd06d04968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/CardEffect/BT10/Blue/BT10_098.cs

+ 1 - 1
Assets/CardEffect/BT10/Blue/BT10_098.cs

@@ -143,7 +143,7 @@ namespace DCGO.CardEffects.BT10
 
                 string EffectDiscription()
                 {
-                    return "[Security] All of your Digimon gain <Security Attack +1>  (This Digimon checks 1 additional security card) until the end of your next turn.";
+                    return "[Security] Return 1 of your opponent's Digimon to its owner's hand.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)