Selaa lähdekoodia

Update BT25_017.cs

Wront trigger on yt
x89rt2 3 kuukautta sitten
vanhempi
sitoutus
8d782ad05a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
                 }