x89rt2 4 mesiacov pred
rodič
commit
216599be0c

+ 2 - 2
Assets/Scripts/CardEffect/BT17/Blue/BT17_023.cs

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