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