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