Browse Source

Updated BT16_096 main text to reflect actual card

Cloudiees 2 months ago
parent
commit
76e84ff7ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/CardEffect/BT16/Black/BT16_096.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT16/Black/BT16_096.cs

@@ -21,7 +21,7 @@ namespace DCGO.CardEffects.BT16
 
                 string EffectDiscription()
                 {
-                    return "[Main] Reveal the top 3 cards of your deck. Add 1 black Digimon card among them to your hand. Place the remaining cards at the bottom of your deck in any order. Then, place this card in your battle area.";
+                    return "[Main] Reveal the top 3 cards of your deck. Add 1 card with the [D-Brigade] or [DigiPolice] trait among them to the hand. Return the rest to the top of the deck. Then, place this card into your battle area.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)