@@ -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;
-}
+}