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