Browse Source

Update BT18_037.cs

x89rt2 4 months ago
parent
commit
da66db6320
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Assets/Scripts/CardEffect/BT18/Yellow/BT18_037.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT18/Yellow/BT18_037.cs

@@ -30,7 +30,7 @@ namespace DCGO.CardEffects.BT18
             {
                 bool Condition()
                 {
-                    return card.Owner.HandCards.Contains(card);
+                    return true;
                 }
 
                 bool PermanentCondition(Permanent targetPermanent)
@@ -196,4 +196,4 @@ namespace DCGO.CardEffects.BT18
             return cardEffects;
         }
     }
-}
+}