Jelajahi Sumber

Update BT25_017.cs

Wront trigger on yt
x89rt2 3 bulan lalu
induk
melakukan
8d782ad05a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Red/BT25_017.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Red/BT25_017.cs

@@ -126,7 +126,7 @@ namespace DCGO.CardEffects.BT25
                 bool CanActivateCondition(Hashtable hashtable)
                 {
                     return CardEffectCommons.IsExistOnBattleArea(card)
-                        && CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, CanSelectCardCondition)
+                        && CardEffectCommons.HasMatchConditionOwnersHand(card, CanSelectCardCondition)
                         && HasValidColor(hashtable);
                 }