x89rt2 4 месяцев назад
Родитель
Сommit
360d7a4acf
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT18/Green/BT18_048.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT18/Green/BT18_048.cs

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