Update BT17_022.cs
@@ -17,7 +17,7 @@ namespace DCGO.CardEffects.BT17
{
bool Condition()
- return card.Owner.HandCards.Contains(card);
+ return true;
}
bool PermanentCondition(Permanent targetPermanent)
@@ -227,4 +227,4 @@ namespace DCGO.CardEffects.BT17
return cardEffects;
-}
+}