Jelajahi Sumber

Merge pull request #925 from DCGO2/x89rt2-patch-18

Update BT17_022.cs
x89rt2 4 bulan lalu
induk
melakukan
b5691b5ea3
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      Assets/Scripts/CardEffect/BT17/Blue/BT17_022.cs

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

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