Fix Hybrids not evoing from trash.
@@ -17,7 +17,7 @@ namespace DCGO.CardEffects.BT17
{
bool Condition()
- return card.Owner.HandCards.Contains(card);
+ return true;
}
bool PermanentCondition(Permanent targetPermanent)
@@ -216,4 +216,4 @@ namespace DCGO.CardEffects.BT17
return cardEffects;
-}
+}
@@ -31,7 +31,7 @@ namespace DCGO.CardEffects.BT18
@@ -307,4 +307,4 @@ namespace DCGO.CardEffects.BT18
@@ -30,7 +30,7 @@ namespace DCGO.CardEffects.BT18
@@ -241,4 +241,4 @@ namespace DCGO.CardEffects.BT18
@@ -296,4 +296,4 @@ namespace DCGO.CardEffects.BT18
@@ -210,4 +210,4 @@ namespace DCGO.CardEffects.BT18
@@ -137,4 +137,4 @@ namespace DCGO.CardEffects.BT18
@@ -196,4 +196,4 @@ namespace DCGO.CardEffects.BT18