ソースを参照

Update BT18_022.cs

x89rt2 4 ヶ月 前
コミット
5acd15df72
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Assets/Scripts/CardEffect/BT18/Blue/BT18_022.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT18/Blue/BT18_022.cs

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